Skip to content

Commit

Permalink
Merge branch 'canary' of github.com:angular-fullstack/generator-angul…
Browse files Browse the repository at this point in the history
…ar-fullstack
  • Loading branch information
Awk34 committed Apr 21, 2016
2 parents 86c7510 + 8d31d27 commit 4f165f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.babel(gulp).js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ gulp.task('build', cb => {

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

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

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

0 comments on commit 4f165f6

Please sign in to comment.