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

question(config): subtasks in separate files #178

Open Kristinita opened 5 years ago

Kristinita commented 5 years ago

1. Summary

Is it possible use separate files for subtasks?

2. Argumentation

For example, I have a project with a lot of grunt tasks. Some Grunt files as shell.coffee have a rather big size. It would be more convenient for me to split the file shell.coffee to shell.bashate.coffee, shell.travislint.coffee, shell.licensegenerator.coffee and works in small files not in big shell.coffee. Is it possible?

3. Not helped

I try search answer to my question in:

Thanks.