ericclemmons / grunt-angular-templates

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

Add `prefix` option #53

Closed ericclemmons closed 11 years ago

ericclemmons commented 11 years ago

This makes it a cinch to specify absolute & custom URLs when service static assets.

This doesn't introduce any BC breaks, so that relative URLs still work as expected.

Closes #50