Hi all,
When using angularTemplatecache() to concatenate all my templates to a template.js file, it crashes when a folder with a dot is present in the project.
TypeError: Cannot read property 'toString' of null at templateCacheFile (path/node_modules/gulp-angular-templatecache/index.js:89:36) at wrappedMapper (path/node_modules/event-stream/node_modules/map-stream/index.js:84:19)
Thanks !