ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

module configuration is ignored #81

Closed bdefore closed 10 years ago

bdefore commented 10 years ago

https://gist.github.com/bdefore/03207ebd97bcb62f346e

(the resultant templates.js specifies 'app' module)

ericclemmons commented 10 years ago

Ah, the problem is that you're not specifying it in the options:

https://github.com/ericclemmons/grunt-angular-templates/blob/master/Gruntfile.js#L147-L153

bdefore commented 10 years ago

PEBCAK. thanks!