IMA-WorldHealth / bhima-1.X

A hospital information system for developing countries.
GNU General Public License v2.0
10 stars 14 forks source link

Investigate webpack vs. gulp for build process #937

Open sfount opened 8 years ago

sfount commented 8 years ago

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:

Some things to watch out for:

Useful comparison between various tools

jniles commented 8 years ago

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.