aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 29740e83..b7c4037d 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);
});