Closed ericclemmons closed 11 years ago
@ericclemmons Thanks for a change introduced in d 398c6d1! I tested it and works fine. :) Now if you only restore the concat
option I'm ready to switch. :)
Oh right! I'm on it!
Eric Clemmons
On Sunday, September 8, 2013 at 11:29 PM, Michał Gołębiowski wrote:
@ericclemmons (https://github.com/ericclemmons) Thanks for a change introduced in d 398c6d1 (https://github.com/ericclemmons/grunt-angular-templates/commit/398c6d1)! I tested it and works fine. :) Now if you only restore the concat option I'm ready to switch. :)
— Reply to this email directly or view it on GitHub (https://github.com/ericclemmons/grunt-angular-templates/pull/38#issuecomment-24039709).
One last time. It's too much to add the ngtemplates dest as a usemin script, right? That would cause 404s & whatnot on dev, which is why you'd want it automated...
I even found a cleaner way of modifying the task!
60068aa97bb1cceb220ff27e00212e8170dbad26
Yes, that was the reason. Thanks for bringing it back! :)
I've switched to your branch in our codebase now. Just until you publish 0.4.0 on npm. :)
Great! I'll merge down soon & publish...
@mzgol Published 0.4.0
for ya! Thank you so much for all of the help!
This is a rewrite to allow greater customization of each part of the compiled template(s). I recommend reading the new README:
This rewrite is mostly to allow extreme customization (based on comments & PRs) of:
$templateCache
ID via theurl
optionbootstrap
optionsource
optionstandalone
optionangular.noConflict()
via theangular
optionRead up on the options here:
To make things easier, I ditched a lot of the "grunt-style" README formatting and included Examples:
This PR should simplify usage and provide more flexibility without addings tons & tons of new options.
Let me know what you think, please!