danShumway / vAnalyze.js

A middleware script that seeks to allow functions in local javascript to be automatically wrapped in custom code wrappers. These can then be used to aid profiling/error checking/code understanding.
GNU General Public License v2.0
4 stars 1 forks source link

Finalize build tools #15

Closed danShumway closed 9 years ago

danShumway commented 9 years ago

Per some comments, I've been motivated to look into putting some more research into the best way to do build tools for a project of this type.

Grunt works well for my needs, so I won't switch off unless it means that I can't do something else that I want with Travis or automated deployment of pages. This is not a pressing concern, and will likely happen near the end or after the initial release.

danShumway commented 9 years ago

Basically done at this point between grunt, yuidocs, etc...

Npm has some promise here, but I don't that there's an extreme benefit to using it over grunt, especially since it requires me to include my build script into my packages file.