vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

possible to rebuild blendid without gulp? #534

Open benjtinsley opened 6 years ago

benjtinsley commented 6 years ago

wondering if webpack is at a place where gulp can be completely removed from blendid, so that configuration only happens on a webpack-config file rather than having to maintain gulp tasks and task/path config files.

in terms of ease of maintainability, this would be a definite benefit to move off gulp. ideally all the current tasks should be translatable into webpack, otherwise it's probably a no. after digging into webpack 3 documentation, there seems like there are enough webpack plugins to accomplish what we need.