OpenSourceWorkflow / generator-kickstart

[deprecated]: yeoman generator for website development
MIT License
10 stars 1 forks source link

switch to webpack #178

Open markusfalk opened 8 years ago

markusfalk commented 8 years ago

http://webpack.github.io/

SpikeShape commented 8 years ago

Would you mind pointing out what makes webpack the preferred option?

markusfalk commented 8 years ago

I thought about it because it not only supports AMD like requireJS does but also commonJS. Also it bundles scss and many more file formats.