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.