miickel / gulp-angular-templatecache

Concatenates and registers AngularJS templates in the $templateCache.
MIT License
525 stars 103 forks source link

Add ability to use regexes #81

Closed stramel closed 9 years ago

stramel commented 9 years ago

I think it would add a lot of functionality to this plugin to allow config options like:

This idea is pulled directly from karma's preprocessor nghtml2js

stramel commented 9 years ago

Switched to gulp-ngHtml2js instead since it already has most of the features I was wanting.

stramel commented 9 years ago

I guess I am going to reopen this since Gulp 4 has gulp-ngHtml2js blacklisted as a duplicate of this package. So I would love to see this feature added to this package.

miickel commented 9 years ago

Hello! The next release will include a transformUrl option which you can use to massage the url to whatever you'd like. see #79