lkwdwrd / generator-vvv

Yeoman generator for VVV auto site setup
Other
26 stars 10 forks source link

Modularize grunt tasks #36

Closed EHLOVader closed 9 years ago

EHLOVader commented 9 years ago

I have forked and created a more modular organization for Grunt tasks hoping to allow for future avenues of customizing the grunt commands on a per project basis.

This is one step towards solving issue #32 for myself.

I will utilize this more modular organizational structure to later add more js and json files to the grunt process through the tasks folder.

This is based on http://www.thomasboyt.com/2013/09/01/maintainable-grunt.html