johnpapa / johnpapa/gulp-patterns
dependent task is not called
Open
- 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));
});

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.