This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Non used config variables #27
Open
Description
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 }))
Metadata
Metadata
Assignees
Labels
No labels