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

ISTWCMS-5740: adding script tasks to compile dashboard

parent 8ee0c366
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
...@@ -77,9 +77,12 @@ echo "************************************************************************** ...@@ -77,9 +77,12 @@ echo "**************************************************************************
echo "Done running npm install." echo "Done running npm install."
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Setting up es lint ..." echo "Setting up es lint and gulp ..."
rm .eslintignore rm .eslintignore
ln -s ../.eslintignore .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
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up es lint." 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