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