You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The Gulpfile has been entirely broken by Gulp 4. Here is some guidance on upgrading.
The text was updated successfully, but these errors were encountered: