mcfly-io / generator-mcfly

A Yeoman generator for scaffolding an application using angular, browserify, ionic and famous
323 stars 43 forks source link

feat(webpack): Improve webpack support #270

Closed andreialecu closed 3 years ago

andreialecu commented 9 years ago

This PR improves webpack support by adding a choice for webpack/browserify when first running the generator.

If webpack is chosen, stylesheets will be bundled using native webpack loaders, and files will be copied to the output folder similarly.

It also changes the bootstrap dep to the sass version so that the font path can be overriden.

My preliminary tests seem ok, let me know if you find anything wrong.

Depends on: https://github.com/mcfly-io/generator-sublime/pull/280