generator-angulpify icon indicating copy to clipboard operation
generator-angulpify copied to clipboard

Non used config variables

Open hinok opened this issue 11 years ago • 0 comments

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 }))

hinok avatar Jan 11 '15 14:01 hinok