From 10f84e77af1bb69cd317f6917d3bf85d47954315 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Mon, 22 Jul 2013 08:02:12 -0700 Subject: [PATCH] Updated Moving to NPM and Grunt (markdown) --- Moving-to-NPM-and-Grunt.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index bd1aae7..14c2009 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -164,6 +164,13 @@ what grunt tasks are required (based on npm script targets) and how we can poten ## Notes and Related Information +### Packages to investigate/watch + +from @probins: + +* there is a node port of calcdeps.py https://github.com/bramstein/calcdeps I have been trying this and am getting error msgs when running with ol3, but these may be due to my setup. It would be interesting to know if others also see these errors +* there is also an effort to get jsdoc to run under node https://github.com/jsdoc3/jsdoc/issues/93 + ### Dependencies Java and Python will likely continue to be dependencies of the system configuration required to run the build tools because of the use of the closure compiler (java) and gjslint (python). @@ -206,4 +213,4 @@ These things will need to be downloaded: * [https://github.com/openlayers/ol3/wiki/Build-Tools-Specs](https://github.com/openlayers/ol3/wiki/Build-Tools-Specs) * [https://github.com/cedricmoullet/ol3/wiki/My-HOWTO](https://github.com/cedricmoullet/ol3/wiki/My-HOWTO) -* [https://github.com/openlayers/ol3/wiki/Developer-Guide](https://github.com/openlayers/ol3/wiki/Developer-Guide) +* [https://github.com/openlayers/ol3/wiki/Developer-Guide](https://github.com/openlayers/ol3/wiki/Developer-Guide) \ No newline at end of file