]> BookStack Code Mirror - bookstack/commitdiff
Updated dev command details
authorDan Brown <redacted>
Fri, 28 Jul 2017 10:32:42 +0000 (11:32 +0100)
committerDan Brown <redacted>
Fri, 28 Jul 2017 10:32:42 +0000 (11:32 +0100)
Closes #453

readme.md

index 4f025e3c262de5a3e8259f5b4ef39802e06992bf..6067fbb945b954341095106432d71202413d0ead 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -22,9 +22,12 @@ All development on BookStack is currently done on the master branch. When it's t
 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:
 
 ``` bash
-# Build and minify for production
+# Build assets for development
 npm run-script build
 
+# Build and minify assets for production
+npm run-script production
+
 # Build for dev (With sourcemaps) and watch for changes
 npm run-script dev
 ```
Morty Proxy This is a proxified and sanitized view of the page, visit original site.