diff --git a/dashboard.js b/dashboard.js index 98e2df12817cc7c9634cd72d0f2a18fc0103e026..38f328a8c83dc62eba7aef355d37bc6ff798582a 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')); } };