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

Added Gulp #2122

Merged
merged 3 commits into from
Mar 3, 2020
Merged

Added Gulp #2122

merged 3 commits into from
Mar 3, 2020

Conversation

danielpanero
Copy link
Contributor

I have created a gulpfile.js with the same tasks of grunt, replaced npm script and finally added .jshintrc

I have created a gulpfile.js with the same tasks of grunt, replaced npm script and finally ad .jshintrc for jshint
@Delapouite
Copy link

Thanks for this PR. I think eslint support would be more appropriate than jshint.

I added the same jshint configuration/rules in package.json and I replaced some old function with arrow function to improve legibility
@danielpanero
Copy link
Contributor Author

And voila!

@pndewit
Copy link

pndewit commented Jan 24, 2020

I know this is very old, but may I ask why Grunt is still in the PR? I would expect Grunt to be replaced by Gulp instead of living side-by-side in this PR.

Also, I see NPM was added as a dependency. I don't think it is a good practice to have NPM as a dependency because of multiple reasons. For example, what if the user wants to use Yarn?

Also, jshint is still listed as a dependency and eslint is not.

@hakimel hakimel merged commit 2184a50 into hakimel:dev Mar 3, 2020
@hakimel
Copy link
Owner

hakimel commented Mar 3, 2020

This has been merged, thanks!

I made a couple of changes to the tasks and still need to get the tests working. I'll also be removing grunt, so as of reveal.js 4.0 gulp will be the way to go 🙌

@danielpanero danielpanero deleted the gulp branch March 14, 2020 13:34
R0bes pushed a commit to R0bes/Terraform-Presentation that referenced this pull request Jun 7, 2021
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.

4 participants