Skip to content
Snippets Groups Projects
Commit 28f56eac authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5740: updating name of dashboard css file

parent 50897298
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
...@@ -40,7 +40,7 @@ module.exports = { ...@@ -40,7 +40,7 @@ module.exports = {
.pipe(prefix({ cascade: false })) .pipe(prefix({ cascade: false }))
.pipe(rename(function (path) { path.dirname = ''; return path;})) .pipe(rename(function (path) { path.dirname = ''; return path;}))
.pipe(clean()) .pipe(clean())
.pipe(rename('dashboard.css')) .pipe(rename('uw-dashboard.min.css'))
.pipe(dest('./dist/css')); .pipe(dest('./dist/css'));
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment