Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate files #4

Open
rayout opened this issue Jun 12, 2016 · 2 comments
Open

Duplicate files #4

rayout opened this issue Jun 12, 2016 · 2 comments

Comments

@rayout
Copy link

rayout commented Jun 12, 2016

I have simple task (coffeescript):

gulp.task 'views:cache', ->
    gulp.src config.resources.view + '/ng/**/*.html'
    .pipe debug(title: 'before')
    .pipe evilIcons()
    .pipe debug(title: 'after')
    .pipe viewCache({root:'/views/', module: 'app'})
    .pipe gulp.dest(config.public.app)

Before i have 3 files, after 6. Then angular template cache have duplicates in template.js file.

$templateCache.put("/views/modals/departments.html" ...
$templateCache.put("/views/modals/departments.html" ...

If i remove this.push(file); on gulp-evil-icon/index.js, all work as expected.

@rayout
Copy link
Author

rayout commented Oct 13, 2016

Can you fix that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@rayout and others