johnpapa / johnpapa/gulp-patterns

dependent task is not called

Open
#128 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
499
Forks
136
PR merge metrics
No merged PRs in 30d

Description

when called templatecache clean-code is called but not template cache.

gulp.task('templatecache', ['clean-code'], function () {
log('Creating AngularJs templateCache');
return gulp.src(config.htmltemplates)
.pipe($.minifyHtml({ empty: true }))
.pipe($.angularTemplatecache(config.templateCache.files, config.templateCache.options))
.pipe(gulp.dest(config.temp));
});

![image](https://cloud.githubusercontent.com/assets/4151470/25771213/daae4fce-326a-11e7-9b1b-2ec98291028f.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.