Skip to content

Commit 9126da6

Browse files
committed
Updated dev command details
Closes #453
1 parent fea139d commit 9126da6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ All development on BookStack is currently done on the master branch. When it's t
2222
SASS is used to help the CSS development and the JavaScript is run through browserify/babel to allow for writing ES6 code. Both of these are done using gulp. To run the build task you can use the following commands:
2323

2424
``` bash
25-
# Build and minify for production
25+
# Build assets for development
2626
npm run-script build
2727

28+
# Build and minify assets for production
29+
npm run-script production
30+
2831
# Build for dev (With sourcemaps) and watch for changes
2932
npm run-script dev
3033
```

0 commit comments

Comments
 (0)