Genymobile / genymotion-device-web-player

Genymotion Virtual Device Web Player
https://www.genymotion.com/
MIT License
104 stars 34 forks source link

Replace unmaintained gulp bundler #12

Open genygilles opened 2 years ago

genygilles commented 2 years ago

Prerequisites

Description

gulp latest release was 3 years ago. It is not actively maintained anymore. With nodejs development and maintenance pace (v12 deprecated now, LTS moving from 16 to 18 in october 2022) : it will break.

Consider replacing Gulp by a maintained bundler, I would suggest:

Expected behavior:

Bundled JS and CSS remain similar (size, bundle time, dev/prod modes) with as less impacts on sources as possible, maybe none.

genygilles commented 2 years ago

cf. https://github.com/gulpjs/gulp/issues/2654