entoj-jspm
v0.4.1
Published
[![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url]
Downloads
8
Readme
entoj image renderer
Running tests
Runs all test specs at once
npm testRuns all test matching the given regex
npm test -- --grep model/Enables logging while running tests
npm test -- --vvvvRuns all test specs and shows test coverage
npm run coverageLints all source files
npm run lintConfiguration
Global configuration
jspm.configPath: ${entoj} jspm.configFile: jspm.js jspm.packagesPath: ${entoj}/jspm_packages jspm.precompilePath: ${cache}/jspm/precompiled jspm.bundlePath: ${cache}/jspm/bundles
Environment configuration
js.precompile: false js.optimize: false js.minify: false js.sourceMaps: false js.banner: false
