redhat-developer-tooling / developer-platform-install

Single Installer for all Red Hat Development Tools and more. Download it form Red Hat Developers Portal web site - http://developers.redhat.com/products/devsuite/overview/.
Apache License 2.0
25 stars 29 forks source link

Deprecate gulp as building tool and use npm and javascript directly #1355

Open dgolovin opened 6 years ago

dgolovin commented 6 years ago

My attempt to migrate to gulp 4 was unsuccessful because of dramatic changes in behavior and public API. There are developers out there that suggests gulp is not needed mediator between developer and npm. In many cases direct usage of npm modules is working much more predictable, stable and faster. Number of available npm modules are much bigger compare to gulp plugins.