A template for assets data-packages
Stability: 1 - Experimental
basics
.eslintrc
&.eslintignore
- style rules closely follow google's javascript style guide.gitignore
&.npmignore
bower.json
&.bowerrc
- MIT LICENSE
- a
index.mustache
in the default theme
package.json scripts
npm test
- eslint, istanbul + nyc and mochanpm run lint
- eslintnpm run log
- generate a markdown formatted changelognpm run clean
- rmnode_modules
,npm-debug.log
,bower_componets
,coverage
,.nyc_output
bower
If you want to use bower, please install it globally
npm i -g bower
if not you can safely follow these steps
- remove
bower i
from the postinstall script, - remove
&& rm -rf www/themes/default/misc/bower_components/
from the clean script and - remove the
.bowerrc
andbower.json
files
Branches : Unknown% ( 0/0 )
Statements : Unknown% ( 0/0 )
Functions : Unknown% ( 0/0 )
Lines : Unknown% ( 0/0 )