Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1 KB

Instructions.md

File metadata and controls

25 lines (17 loc) · 1 KB

Cantina To-Do List Instructions

Requirements

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

Instructions

  • In root directory, run bower install and npm install to install dependencies
  • Run `grunt serve' to test locally
  • Run grunt build to create build in /dist directory

    Note: grunt test or just grunt is failing because of a detected error in angular-animate.js

Build notes

Script checks for duplicate and empty entries

Further optimizations

  • 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