From 8937daf98db2b09b9aa80035a3c70d78dce73eb1 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 13 Oct 2022 14:59:40 -0400 Subject: [PATCH] ISTWCMS-5882: updating build script to remove dashboard from concat gulp task --- build_ohana.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_ohana.sh b/build_ohana.sh index fb1d01c2..abf76bce 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -83,6 +83,9 @@ ln -s ../.eslintignore .eslintignore 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 +cd gulp-tasks +sed -i "17 i '!./dist/css/*dashboard*.css'," concat.js +cd .. echo "**************************************************************************************" echo "Done setting up es lint." -- GitLab