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

Fixing gulp package #3693

Closed

Conversation

dennybiasiolli
Copy link
Contributor

Fix #3692

  • gulp: fixing the package task

    It was erroring with

    Error: ENOENT: no such file or directory, scandir 'reveal.js/lib'
    
  • gulp package: fixing encoding after updating to gulp 5

    Took inspiration from this issue: Fonts are corrupting sindresorhus/gulp-zip#123

It was erroring with

```
Error: ENOENT: no such file or directory, scandir 'reveal.js/lib'
```
hakimel added a commit that referenced this pull request Oct 25, 2024
@hakimel
Copy link
Owner

hakimel commented Oct 25, 2024

Thanks for letting me know about this—it's been fixed now!

Your patch wasn't working for me since it tried to package another folder that didn't exist (/slides/**) so I went a slightly different route: 96ca819

@dennybiasiolli
Copy link
Contributor Author

@hakimel thank you for the fix, perfect! 😄

gbastkowski pushed a commit to gbastkowski/reveal.js that referenced this pull request Nov 5, 2024
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 package not working anymore after updating to gulp 5
2 participants