From 1079561441ce1e58d5e568d42d75952600ad931c Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Wed, 7 Sep 2022 07:15:43 -0400 Subject: [PATCH] ISTWCMS-5740: updating script to replace with special characters --- build_ohana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_ohana.sh b/build_ohana.sh index 308ac91e..7d5b5a3c 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -81,7 +81,7 @@ 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 '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." -- GitLab