Closed dreamalligator closed 10 years ago
Maybe a dumb question, but what's the benefit of registering a Grunt plugin with Bower?
Good point haha. I'd say increased usage, visibility, and consistency.
Appreciate the suggestion, but I think I'm going to pass as I don't see how anyone would use grunt-exec through Bower. If someone has a use case though, I'd reconsider.
Register Package with Bower
bower register grunt-exec git://github.com/jharding/grunt-exec.git
might have to duplicate the
package.json
tobower.json
and changepeerDependencies
todependencies
or some such small tweaks, but that's it I guess. Up to you guys though :) just noticed it wasn't in there when I ranbower search grunt
.Peace, Tom