mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-24 01:36:36 -05:00
Oops, added production build of webpack.
This commit is contained in:
parent
3797819494
commit
31c8aef3b3
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ In summary:
|
||||||
- `webpack --watch --mode development` - Pack Javscript files
|
- `webpack --watch --mode development` - Pack Javscript files
|
||||||
- `http-server`
|
- `http-server`
|
||||||
- `npm test` - Make sure you didn't break any of the core logic!
|
- `npm test` - Make sure you didn't break any of the core logic!
|
||||||
|
- `webpack` - Pack Javscript files in production mode (smaller file but takes longer)
|
||||||
- `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.
|
- `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue