Base skeleton App for JSSDK. Download a release and use it as a skeleton for your project.
Install the dependencies
npm install
bower install
Trigger builds when code changes
grunt watch
View the build results
open dist/index.html
- delete dist/ dir
- compile handlebars templates
- concat js and hbs files to main.js
- copy assets, index.template.html and main.js to dist/
- dist/index.html is then modified by wiredep grunt task to inject javascript dependencies.
- wiredepCopy copies the javascript dependencies to dist/bower_components