generator-angulpify
generator-angulpify copied to clipboard
Non used config variables
Hey, In gulp/config.js
In the bottom are specified settings for gulp-angular-templatecache plugin:
- moduleName
- prefix
- stripPrefix
templates: {
compiled: 'templates.js',
angular: {
moduleName: 'app.templates',
prefix: '',
stripPrefix: 'app/'
}
}
But in gulp/tasks/templates.js, they are not used
.pipe(templateCache({ standalone: true }))