From 50897298925dcbf1a47262e6dbb2bd97f15eb679 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Wed, 7 Sep 2022 09:37:15 -0400 Subject: [PATCH] ISTWCMS-5740: using cp rather than ls for dashboard gulp task --- build_ohana.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_ohana.sh b/build_ohana.sh index f2e5b614..66a7495c 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -80,9 +80,7 @@ echo "************************************************************************** echo "Setting up es lint and gulp ..." rm .eslintignore ln -s ../.eslintignore .eslintignore -cd gulp-tasks -ln -s ../../dashboard.js . -cd .. +cp ../dashboard.js gulp-tasks 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 "**************************************************************************************" -- GitLab