lkwdwrd / generator-vvv

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

Modularize grunt tasks #37

Closed EHLOVader closed 9 years ago

EHLOVader commented 9 years ago

I have moved all the configs to /tasks/options and the custom vagrant tasks to /tasks

This is an implementation of a solution for issue #36 which I just opened for discussion on this topic.

I based this system on http://www.thomasboyt.com/2013/09/01/maintainable-grunt.html I believe it will work as it did before and I have tested locally but can't see any problems yet.

lkwdwrd commented 9 years ago

Thanks @EHLOVader! This could go a long way towards long term maintainability. I've been heads down on a few other projects and haven't gotten back to do much testing. I would love @tddewey to take a peak if he has any time. I would want to be careful merging something like this in so we know it's stable.

EHLOVader commented 9 years ago

bump

Hope your other projects have been going well. I am looking to move forward with plans that depend on this and #38