The Build was ceated with Yeoman generator-bootstrap-less
- Install Node Package Manger
- Install Grunt:
npm install -g grunt-cli
- Install Bower:
npm install -g bower
- In root directory, run
bower install
andnpm install
to install dependencies - Run `grunt serve' to test locally
- Run
grunt build
to create build in /dist directoryNote:
grunt test
or justgrunt
is failing because of a detected error in angular-animate.js
Script checks for duplicate and empty entries
- The angular-animate script is too heavy. It should be possible to fade error messages and new items without it.
- Grunt-Modernizr or similar to create an optimized Modernizr build. Or just remove it, if not being utilized at all
- Local storage to save changes in the browser