superbiche / SuperBuild

A full-featured Gulp workflow for theme development
0 stars 0 forks source link

Automate JS (at least) bundle generation #20

Open superbiche opened 8 years ago

superbiche commented 8 years ago

We must find a way to dynamically create JS bundles (or JS/CSS/Template as Webpack does) with Browserify or Webpack or something.

The goal is to create a bundle by appending some config in only one file, if possible outside of the Gulp workflow so it stays website-independent.

Webpack could be a good option, but takes time to understand.