generator-gruntplugin icon indicating copy to clipboard operation
generator-gruntplugin copied to clipboard

Create a gruntplugin module with yo, including Nodeunit unit tests.

Results 3 generator-gruntplugin issues
Sort by recently updated
recently updated
newest added

I'm unable to run the generator, rx.js throws without any details: ``` /home/bertrand/.nvm/versions/node/v6.1.0/lib/node_modules/yo/node_modules/rx/dist/rx.js:77 throw e; ``` The error appear from a fresh install, I've tried with different versions of `node`...

All other generator choose mocha over nodeunit, and it seems like a way more popular solution than nodeunit. Is switching a possibility? Nodeunit [development slowed down](https://github.com/caolan/nodeunit/graphs/contributors) not to say it's...

Yeoman now has _running contexts_ first announced in their blog last year (http://yeoman.io/blog/generator-0.17.html) to enable for smoother running with other generators. Details can be found here: http://yeoman.io/authoring/composability.html