Updated Moving to NPM and Grunt (markdown)

Paul Spencer
2013-07-18 08:13:22 -07:00
parent b9f67afd7a
commit f7a22d58fd
+3
@@ -102,6 +102,9 @@ what grunt tasks are required (based on npm script targets) and how we can poten
* it would be nice to pick up environment variables that would use existing versions that a developer might install elsewhere and avoid downloading/installing dependencies
* how do we make sure the dependencies are updated? Is there an automatic way to do this or is it the responsibility of the developer to periodically do something (clean perhaps?) to trigger an update
* check
* check dependencies, not sure if this needs to be a task or not …
* todo - [https://npmjs.org/package/grunt-todos](https://npmjs.org/package/grunt-todos)
* lint - [https://npmjs.org/package/grunt-gjslint](https://npmjs.org/package/grunt-gjslint) which uses [https://github.com/jmendiara/node-closure-linter-wrapper](https://github.com/jmendiara/node-closure-linter-wrapper)