Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Investigate webpack vs. gulp for build process #937

Open
sfount opened this issue Dec 7, 2015 · 1 comment
Open

Investigate webpack vs. gulp for build process #937

sfount opened this issue Dec 7, 2015 · 1 comment

Comments

@sfount
Copy link
Contributor

sfount commented Dec 7, 2015

Webpack is designed to bundle many resources into single static files that can be used by a web application. This is currently what our gulp build process does.

Webpack may provide some benefits over our current gulp implementation that should be investigated:

  • Simple configuration file - much easier to read and write additional dependencies
  • Much less code written by developers
  • Proven on hundreds of projects vs. unique gulp build process

Some things to watch out for:

  • Very opinionated build process
  • Should be verified to support all of the current functionality written by the team in gulp

Useful comparison between various tools

@jniles
Copy link
Contributor

jniles commented Dec 13, 2015

From what I've seen of webpack, it is designed for live reloading and other interesting functions that bhima hasn't supported in its build yet. We should add these but it may be a longer migration process to get to a place where webpack is actually helpful to us.

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

No branches or pull requests

2 participants