In my AngularJS app, I\'ve many controllers js files.
These controllers (one.ctrl.js,two.ctrl.js,...) needs to be included in
one.ctrl.js
two.ctrl.js
...
You could use the grunt-include-source plugin
Using it you can define templates like these :
html: { js: '', css: '', }
in your html file which will be expanded to include all your source js and css files present in your source location which can be configured in the grunt task