Skip to content

Commit

Permalink
fix gulpfile copy mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Aug 21, 2017
1 parent 80d149f commit 194883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gulpfile.js
Expand Up @@ -84,7 +84,7 @@ gulp.task("styles-app-prod", function () {
styles(conf.css.app, false);
});
gulp.task("styles-vendor-prod", function () {
styles(conf.css.app, false);
styles(conf.css.vendor, false);
});


Expand Down

0 comments on commit 194883f

Please sign in to comment.