Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gulp build #31

Conversation

dunkelziffer
Copy link

@dunkelziffer dunkelziffer commented Feb 7, 2022

gulp build didn't work for me. I managed to get it running again.

Notes:

  • I updated gulp to v4 and created an .nvmrc with Node v16

  • Then gulp complained and I had to adjust the syntax slightly to v4

  • Then gulp build failed, because it called two other build steps that both cleaned the build directory and deleted each others files. So I created the substeps gulp rp (build roofpig without cleaning /build) and gulp 3x (build 3extras without cleaning /build) and used these new "internal" steps in all the old steps. That made gulp build work again.

  • However, I didn't manage to get the tests running. rptest.html builds without errors, but just does nothing when I open it in Firefox. It just shows passes: 0 failures: 0 duration: 0s

fixes #30

@dunkelziffer dunkelziffer deleted the kw/gulp/30-gulp-build-doesnt-work branch February 12, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'gulp build' doesn't work
1 participant