linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Feasible to substitute webpack for grunt? #315

Closed justin808 closed 9 years ago

justin808 commented 9 years ago

I'm not sure if this is a reasonable question, but I've got an react sample app configured to use webpack with live-reload and es6, and wondering if that can be substituted into lineman. My friends helping me with React are all webpack users.

https://github.com/justin808/react-tutorial-hot/tree/es6

Thanks.

searls commented 9 years ago

Hey Justin, the short answer is that I'd never heard of webpack before.

The long answer will have to wait until I find the time to read about what webpack is!

justin808 commented 9 years ago

Not that I'm using webpack, that's not really the right question, in terms of replacing grunt. Webpack will convert CSS/SCSS/LESS and js, coffee, jsx, etc. into one (or several) bundles for web applications.