node-sass-filter-importer

v1.0.0
Filter certain elements from SCSS code
importer node-sass sass filter-importer

scripts:bundle

rm -R dist && rollup --config --format cjs --output dist/cli.js js/cli.js && rollup --config --format cjs --output dist/index.js js/index.js && rollup --config --format cjs --output dist/lib/clean-import-url.js js/lib/clean-import-url.js && rollup --config --format cjs --output dist/lib/default-options.js js/lib/default-options.js && rollup --config --format cjs --output dist/lib/extract-import-filters.js js/lib/extract-import-filters.js && rollup --config --format cjs --output dist/lib/filter-importer.js js/lib/filter-importer.js

scripts:lint

eslint js/* test/*

scripts:lint-no-error

eslint js/* test/* || exit 0

scripts:doc

esdoc -c .esdocrc

scripts

npm run scripts:bundle && npm run scripts:lint-no-error

test:lib

mocha test/lib/*.test.js --compilers js:babel-core/register

test:index

mocha test/index.test.js --compilers js:babel-core/register

test:cli

npm run scripts:bundle && mocha test/cli.test.js --compilers js:babel-core/register

test

npm run scripts:bundle && mocha test/**/*.test.js --compilers js:babel-core/register

Metadata

  • MIT
  • Whatever
  • Markus Oberlehner
  • released 1/6/2017

Downloads

Maintainers