From 28f56eac2d4167c88f10a2122e33043085593944 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Fri, 9 Sep 2022 10:56:13 -0400 Subject: [PATCH] ISTWCMS-5740: updating name of dashboard css file --- dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.js b/dashboard.js index 98e2df12..38f328a8 100644 --- a/dashboard.js +++ b/dashboard.js @@ -40,7 +40,7 @@ module.exports = { .pipe(prefix({ cascade: false })) .pipe(rename(function (path) { path.dirname = ''; return path;})) .pipe(clean()) - .pipe(rename('dashboard.css')) + .pipe(rename('uw-dashboard.min.css')) .pipe(dest('./dist/css')); } }; -- GitLab