leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
MIT License
3.05k stars 339 forks source link

Tidy up tasks #52

Closed leemunroe closed 9 years ago

leemunroe commented 9 years ago

This breaks up the Gruntfile into individual js files for each task config.

The goal is to make this project easier to maintain and open it up for more modularized updates e.g. enable more people to contribute more tasks without affecting the existing tasks

Thoughts? Anything that could be done better?