Our starting point for front-end development.
Prerequisites:
To get started:
- Change the Project name in .ruby-gemset, close and reopen the terminal window.
- Type
npm installandbundlein the root of the project directory. - Change the Project Name in
package.json - Run
grunt watch
Your project will compile to dist/
- Add minify
- Source maps for minify
- Add concat only on dist
- Add livereload
- Add bash script for easy install
