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

ISTWCMS-5740: removing plural on compileDashboard function

parent b9bbe7c7
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
...@@ -25,7 +25,7 @@ function handleError(err) { ...@@ -25,7 +25,7 @@ function handleError(err) {
module.exports = { module.exports = {
// Compile Sass. // Compile Sass.
compileDashboards: function () { compileDashboard: function () {
return src([ return src([
'./src/patterns/global.scss', './src/patterns/global.scss',
'./src/patterns/01-core/**/*.scss', './src/patterns/01-core/**/*.scss',
......
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