ericclemmons / grunt-angular-templates

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

added templateWrap callback option and strictMode boolean option #119

Open taylorcode opened 9 years ago

taylorcode commented 9 years ago

I think that it is useful if the developer can decide how the templates are registered. This allows them to use a different caching service, or even generate a json file (for example) with the templates instead of a js file.

philkeys commented 9 years ago

This would be great please merge this!

fitiskin commented 9 years ago

Any plan to accept/review this PR? Must have feature :)

ericclemmons commented 9 years ago

@taylorcode Sorry for the delay. I'm down for merging this, but would need the forked changes in your README.md and package.json reset ;)

ericclemmons commented 9 years ago

Can anyone here help with #137?

underscorebrody commented 9 years ago

@taylorcode taking a look at this, and I really like the feature. Just had one question, and would request one or more tests for it. Also would you mind backing out the fork-specific changes to the README and package.json? Thanks!

underscorebrody commented 8 years ago

This also needs rebase