Skip to content

Commit 4f165f6

Browse files
committed
Merge branch 'canary' of github.com:angular-fullstack/generator-angular-fullstack
2 parents 86c7510 + 8d31d27 commit 4f165f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/gulpfile.babel(gulp).js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ gulp.task('build', cb => {
567567

568568
gulp.task('clean:dist', () => del([`${paths.dist}/!(.git*|.openshift|Procfile)**`], {dot: true}));
569569

570-
gulp.task('build:client', ['transpile:client', 'styles', 'html', 'constant'], () => {
570+
gulp.task('build:client', ['transpile:client', 'styles', 'html', 'constant', 'build:images'], () => {
571571
var manifest = gulp.src(`${paths.dist}/${clientPath}/assets/rev-manifest.json`);
572572

573573
var appFilter = plugins.filter('**/app.js', {restore: true});

0 commit comments

Comments
 (0)