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

ISTWCMS-5740: fixing sym link to dashboard js gulp task

parent 0fbbfe8e
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
......@@ -80,7 +80,9 @@ echo "**************************************************************************
echo "Setting up es lint and gulp ..."
rm .eslintignore
ln -s ../.eslintignore .eslintignore
ln -s ../dashboards.js gulp-tasks/dashboard.js
cd gulp-tasks
ln -s ../../dashboards.js .
cd ..
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 "**************************************************************************************"
......
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