devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Warn Users After Running `wpbuild` That Theme Will Look Broken on Dev Server #30

Open devloco opened 4 years ago

devloco commented 4 years ago

If a user's dev server and prod server use differing paths for the root URL (a common setup) this can get confusing. Here's what happens:

It'd be nice to warn them that this is expected behavior.