entoj-html
v0.4.1
Published
[![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url]
Downloads
28
Readme
entoj html support
Running tests
Runs all test specs at once
npm test
Runs all test matching the given regex
npm test -- --grep model/
Enables logging while running tests
npm test -- --vvvv
Runs all test specs and shows test coverage
npm run coverage
Lints all source files
npm run lint
Configuration
Global configuration
sass.compilePath: ${cache}/sass/compile
Environment configuration
sass.browsers: ['ie >= 9', '> 2%'] sass.sourceMaps; false sass.optimize: false sass.minify: false sass.check: false sass.urlRewrite: false