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

Gulpfile #15

Open
ghost opened this issue Jul 15, 2020 · 2 comments
Open

Gulpfile #15

ghost opened this issue Jul 15, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2020

The Gulpfile has been entirely broken by Gulp 4. Here is some guidance on upgrading.

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Jul 27, 2020

Hi @lmn8 👋, thanks for your contribution 👍
This shouldn't break for users of this repository as long as they don't use the anti-pattern of installing dependencies globally since the version is pinned to 3.9.1.
I'd also like to align this repository with the work- and development flow of my other projects by simply using scripts instead of external tools. Actually the tasks in the Gulpfile are fairly simple and can also be achieved through one-liners in the package.json. The order and interdependence of these tasks can be aligned with packages like npm-run-all.
So instead of investing time into upgrading something that'll be removed/replaced anyway we can simply adapt the workflow of e.g. the official Nord documentation and website where way more complex tasks are simply manageable with scripts.

@ghost
Copy link
Author

ghost commented Jul 27, 2020

Good to hear! I wrote nord-geshi tasks with Gulp 4, but the package.json scripts technique looks more straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant