diff --git a/web/gulpfile.js b/web/gulpfile.js index 29740e839..b7c4037d0 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -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); });