miickel / gulp-angular-templatecache

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

added escapeOptions for jsesc #142

Closed kityan closed 6 years ago

kityan commented 7 years ago

Now, with jsesc 2.4.0 and escapeOptions you can pass to jsesc {minimal: true} to prevent escaping safe utf characters.