-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
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));
});
Metadata
Metadata
Assignees
Labels
No labels
