Skip to content

Checklist for new modules

James Williams edited this page Aug 4, 2014 · 1 revision

Things you need to do when adding a new bower or npm module:

  1. Save dependency to package.json or bower.json
  2. Add new bower components to 'concatbower-prod' task in gulpfile.js
  3. Add to dev.html
  4. Add to appdev.js
  5. Add to app.js
  6. Test to see if everything works in staging/prod configuration
    • gulp staging
    • test
  7. Switch back to dev configuration
    • gulp dev
Clone this wiki locally