README
JS Workbench
Yeoman generator for spinning up client-side JS projects quickly.
This is a boilerplate which utilizes Grunt with a number of plugins to perform static analysis, handle development asset compilation/bundling/building, provide testing tools, and altogether make development faster, easier, better, and more fun.
Dependencies:
- NPM (Node Package Manager)
- Yeoman -
npm install -g yo
- Grunt -
npm install -g grunt grunt-cli
Steps to use:
npm install -g generator-js-workbench
yo js-workbench
grunt watch
grunt watch
will listen for any changes made to the files as defined in the Gruntfile.js. When issues are encountered by any of the tasks, a desktop notification will appear to alert you to that fact.
If you want to change your project structure, you will need to adjust /Gruntfile.js accordingly to sync-up dir paths.
The Grunt Plugins I leverage are: