FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Use load-grunt-config #4

Closed zgardner closed 10 years ago

zgardner commented 10 years ago

The load-grunt-config package allows you to create files like grunt/connect.js, grunt/clean.js, etc. This keeps Gruntfile.js as clean as possible.

MylesBorins commented 10 years ago

Wow... I hadn't seen that project before and it look awesome! I'll take a peek at it and see about switching the project structure over.

Do you know if there are any challenges in using it with concurrency tasks?

zgardner commented 10 years ago

There are no issues I'm aware of with it. I've also used load-grunt-tasks to automatically call grunt.loadNpmTasks for all the grunt tasks in package.json. Using those two tasks, our Gruntfile went from ~200 lines to 17.

MylesBorins commented 10 years ago

Cosing as fixed by #12