diff options
Diffstat (limited to 'animism-align/README.md')
| -rw-r--r-- | animism-align/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/animism-align/README.md b/animism-align/README.md index 4c09c65..d768355 100644 --- a/animism-align/README.md +++ b/animism-align/README.md @@ -75,6 +75,12 @@ For production, export a static version of the episode. This will make an expor /static/ # non-site-media, fonts, etc ``` +Watch the production JS: + +``` +NODE_ENV=production node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.js -o /Users/user/work/animism/animism-align/data_store/exports/animism/episode1/bundle.js --watch +``` + ## History - 2020.05 - Received designs from Other Means |
