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

ISTWCMS-5740: fixing plural on dashbord.js file name

parent 901bfb56
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
...@@ -81,7 +81,7 @@ echo "Setting up es lint and gulp ..." ...@@ -81,7 +81,7 @@ echo "Setting up es lint and gulp ..."
rm .eslintignore rm .eslintignore
ln -s ../.eslintignore .eslintignore ln -s ../.eslintignore .eslintignore
cd gulp-tasks cd gulp-tasks
ln -s ../../dashboards.js . ln -s ../../dashboard.js .
cd .. cd ..
sed -i "3 i const { compileDashboard } = require('./gulp-tasks/dashboard');" gulpfile.js sed -i "3 i const { compileDashboard } = require('./gulp-tasks/dashboard');" gulpfile.js
sed -i "s/parallel(compileSass, compileJS)/parallel(compileSass, compileJS, compileDashboard)/g" gulpfile.js sed -i "s/parallel(compileSass, compileJS)/parallel(compileSass, compileJS, compileDashboard)/g" gulpfile.js
......
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