jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Non used config variables #27

Open hinok opened 9 years ago

hinok commented 9 years ago

Hey, In gulp/config.js

In the bottom are specified settings for gulp-angular-templatecache plugin:

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