Skip to content
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
@hinok

Description

@hinok

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions