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

Static site: watch and rebuild config automatically during development #821

Merged
merged 3 commits into from
Oct 10, 2017

Conversation

goldpbear
Copy link
Contributor

Addresses: #802

This PR adds a custom webpack loader which will watch and rebuild changes made to the config during development. The loader will only rebuild the config in English; localization is not supported. To test localization for a given language, it will be necessary to run a production build:

npm run build

Alternatively, to run a production build and also start the dev server (which is probably more useful):

NODE_ENV=production npm start

@goldpbear goldpbear changed the title Static site watch config Static site: watch and rebuild config automatically during development Oct 3, 2017
@goldpbear goldpbear merged commit 03becf2 into static-site Oct 10, 2017
@goldpbear goldpbear deleted the static-site-watch-config branch March 11, 2018 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant