diff --git a/build_ohana.sh b/build_ohana.sh index f2e5b614b0fabed3ad8350084a09716375c39ae7..66a7495c2dba14e887ed09c0dba3581526e6b6f4 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 "**************************************************************************************"