gulp-angular-templatecache icon indicating copy to clipboard operation
gulp-angular-templatecache copied to clipboard

Concatenates and registers AngularJS templates in the $templateCache.

Results 6 gulp-angular-templatecache issues
Sort by recently updated
recently updated
newest added

Calling this package with gulp 4 erroneously results in template filenames with leading separators. This seems to be due to the breaking change in vinyl, where internal path records such...

help wanted

npm install gulp-angular-templatecache npm --version 6.14.4 I'm only starting with node so this might be expected. Getting an error installing because of mal formed JSON?

It's not clear to me from the docs how to do this (other than a custom function for `transformUrl`). I was very surprised this isn't the default, as that _is_...

help wanted

I am running a gulp build for production. I am getting an error "Error: ENOENT: no such file or directory, open 'target/tmp/templates.js'". This is a snippet of gulpfile.js and gulp/build.js...

On OS X, the url passed to the transformUrl function is normal, e.g. something like `components/app/app.html`. However, that same url on Windows becomes `components//app//app.html`. It seems to be because somewhere...

help wanted

according to gulp Acceptance tests, https://github.com/gulpjs/acceptance#dependencies, its recommended to use new stream libraries.

help wanted