jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Register package with Bower #37

Closed dreamalligator closed 10 years ago

dreamalligator commented 10 years ago

Register Package with Bower

bower register grunt-exec git://github.com/jharding/grunt-exec.git

might have to duplicate the package.json to bower.json and change peerDependencies to dependencies 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 ran bower search grunt.

Peace, Tom

jharding commented 10 years ago

Maybe a dumb question, but what's the benefit of registering a Grunt plugin with Bower?

dreamalligator commented 10 years ago

Good point haha. I'd say increased usage, visibility, and consistency.

jharding commented 10 years ago

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.