Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Non used config variables #27

Open
hinok opened this issue Jan 11, 2015 · 0 comments
Open

Non used config variables #27

hinok opened this issue Jan 11, 2015 · 0 comments

Comments

@hinok
Copy link

hinok commented Jan 11, 2015

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 }))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant