anthonyshort / grunt-component-build

Build Components using Grunt.
MIT License
29 stars 12 forks source link

Move built-in plugins into separate projects #6

Closed kewah closed 11 years ago

kewah commented 11 years ago

Hi,

I think that built-in plugins should be in separate projects/repos: easiest to maintain, to tests (btw i'm currently adding unit tests) and so, in case you need a plugin you just need to add it as a dependency to your project. Kind of like what Grunt is doing for the version 0.4.

anthonyshort commented 11 years ago

Yep, there is already one out there for Coffeescript as well. I might pull the string-to-js plugin out and just point to those.

pfraces commented 11 years ago

+1

anthonyshort commented 11 years ago

Done!