Warn Users After Running wpbuild
That Theme Will Look Broken on Dev Server
#30
Labels
enhancement
New feature or request
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:
npm run start
and made some changes to their theme.npm run build
to make a production ready version of the theme.It'd be nice to warn them that this is expected behavior.
npm run start
will be broken on a production server.npm run build
will be broken on a dev server.The text was updated successfully, but these errors were encountered: