tactivos / grunt-cdn

79 stars 53 forks source link

Angular compiled templates don't get processed (.js in general) #68

Open Climax777 opened 9 years ago

Climax777 commented 9 years ago

Hi

I compile my angular templates into a concatenated JS file. usemin/rev correctly replaces revisioned files inside the JS files, but grunt-cdn doesn't prefix urls used inside with my CDN.

Any ideas how I can work around this?

Climax777 commented 9 years ago

I've moved to grunt-cdnify for now, it falls back to interpreting JS files as HTML, which seems to work fine for my use case.

ds-manish commented 7 years ago

@Climax777 does grunt-cdnify support .js file...