grommet / grommet-cli

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet
Apache License 2.0
28 stars 18 forks source link

Open the correct page when webpack-dev-server has https turned on. #21

Closed coltonw closed 7 years ago

coltonw commented 7 years ago

Pretty simple. This looks like a ton of changes but mostly it is the same code with the wrapping of getting devServerConfig moved from runDevServer into the build function because I needed it to get the https setting.

coltonw commented 7 years ago

I recommend looking at the files with whitespace changes ignored so that you can see what the heck is going on: https://github.com/grommet/grommet-cli/pull/21/files?w=1

alansouzati commented 7 years ago

got it! thanks man!