Skip to content
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

#214: webpack migration #217

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jpumford
Copy link

@jpumford jpumford commented Nov 9, 2017

Hi Addy,

This one looks way worse than it actually is. It's still a WIP but the site is functionally identical to the grunt build. I just wanted to make sure you are comfortable with what this migration will look like. I still need to minify CSS and HTML and add webpack-dev-server.

It was actually a pretty rough transition to webpack since the dependencies don't play nice with bundlers that do more than concat the JS files together. I tried several ways of shimming them in and this seemed to be the cleanest.

I also took out the tests since they weren't being used (and probably never will be).

See issue #214

@addyosmani
Copy link
Owner

Thanks for working on the migration to Webpack! Is there functionally anything missing from the move?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants