diff --git a/build_ohana.sh b/build_ohana.sh index beacc34313034fcc05ed635ef7b45c79e130e9a0..f2e5b614b0fabed3ad8350084a09716375c39ae7 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 cd gulp-tasks -ln -s ../../dashboards.js . +ln -s ../../dashboard.js . cd .. 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