ericclemmons / grunt-angular-templates

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

`module.define` option is gone in v0.4.1 #41

Closed lucassus closed 11 years ago

lucassus commented 11 years ago

why?

ericclemmons commented 11 years ago

Because the whole thing has been rewritten, and define will end up being the name of a bootstrapper function for AMD compatibility.

Want you want is standalone set to true.

Be sure to read up on it again. There were significant intentional BC breaks with this version bump (from 0.3 to 0.4), and the code ended up much cleaner :)

https://github.com/ericclemmons/grunt-angular-templates