ericclemmons / grunt-angular-templates

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

base option gone? #46

Closed groner closed 11 years ago

groner commented 11 years ago

It looks like the base option got dropped in the rewrite. Is there another way of doing this, or does it just need to be reimplemented?

ericclemmons commented 11 years ago

Base is solved via the cwd setting. Turns out I didn't need it the first time around :)

groner commented 11 years ago

Thanks!

ericclemmons commented 11 years ago

:whew: Glad that resolved it for you :)

I also completely redid the README with tons of better examples, and the Gruntfile.js in the project has even more!