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

ISTWCMS-5740: fixing dashboard gulp tasks

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