mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Another update
This commit is contained in:
parent
aee131f2be
commit
ff97c70149
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta
|
||||||
- `npm install` - Install NPM packages used by Diceware
|
- `npm install` - Install NPM packages used by Diceware
|
||||||
- `npm run dev-build` - Run webpack to pack Javascript files and watch for changes.
|
- `npm run dev-build` - Run webpack to pack Javascript files and watch for changes.
|
||||||
- `http-server`
|
- `http-server`
|
||||||
|
- `vim src/lib.js src/index.js`
|
||||||
- `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!
|
||||||
- `npm run build` - Webpack Javscript files in production mode (smaller file but takes longer)
|
- `npm run build` - Webpack 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.
|
||||||
|
@ -68,6 +69,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta
|
||||||
|
|
||||||
- `npm run clean; npm run dev-build` - Run webpack in dev mode while working on Javascript
|
- `npm run clean; npm run dev-build` - Run webpack in dev mode while working on Javascript
|
||||||
- `http-server` - Stand up a local HTTP server
|
- `http-server` - Stand up a local HTTP server
|
||||||
|
- `vim src/lib.js src/index.js`
|
||||||
- `npm run clean; npm run build` - Run webpack in prod mode to produce final Javascript bundle
|
- `npm run clean; npm run build` - Run webpack in prod mode to produce final Javascript bundle
|
||||||
- `./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