firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

0.8.0-beta.1 #44

Closed jgallen23 closed 10 years ago

jgallen23 commented 10 years ago

Completely refactored the code to be more testable.

The code now consists of:

Any feedback would greatly be appreciated.

defaude commented 10 years ago

Pretty cool! I would re-style the readfile.js a bit, though: https://gist.github.com/defaude/9731233

I usually try to clean my code of most if-else-if-else spaghettis :)

jgallen23 commented 10 years ago

Thanks. That's much cleaner!