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

Rewrite build system away from gulpjs #7246

Open
jniles opened this issue Sep 8, 2023 · 1 comment
Open

Rewrite build system away from gulpjs #7246

jniles opened this issue Sep 8, 2023 · 1 comment

Comments

@jniles
Copy link
Contributor

jniles commented Sep 8, 2023

Gulpjs hasn't seen a release in four years, and we are starting to see more and more errors pop up due to advisories in the underlying codebase. Although Gulp v5 is ostensibly coming, there is no commit activity in the repository to show for it.

We ought to consider moving to something else. I would be a proponent of using Webpack which has been successful to date and actively maintained. It would also present an opportunity for us to look at the relationship between the bhima server and client and potentially move them to different repositories (initially proposed in #6228).

@jmcameron
Copy link
Collaborator

Note that there has been a recent update for gulpjs. It includes a lot of breaking changes, so it seems prudent to wait for a few releases for it to settle down before updating our builds to deal with the changes in gulp.

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

2 participants