-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve webpack support #269
Comments
maybe i'm missing something but If you require the sass / less / images / html in your javascript, the webpack loaders will do the work |
You can require them, but they're also created by gulp, so the gulp tasks need to be stripped as well. It would also mean a lot fewer dependencies in package.json, since a lot of the packages (sass, browserify, etc) wouldn't be necessary any more - resulting in a leaner installation. Ideally, webpack/browserify should be a question during initial setup, resulting in different gulp files/dependencies depending on the choice. |
yep i see, do you want to give it a shot a make a PR ? |
When using webpack, sass/less files should be parsed using native webpack loaders instead of gulp
Same for copying and optimizing images, copying html files, etc.
The text was updated successfully, but these errors were encountered: