Skip to content

Commit 8e0cbb5

Browse files
updated readme
1 parent 5c0c8c1 commit 8e0cbb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Requires [Nodejs](https://nodejs.org/)
2525
- Edit the paths variable in the `gulpfile.js` file to reflect your `src` and `dest` paths as well as your application URL.
2626
- Run `gulp`
2727

28+
## Production mode
29+
30+
By default StreamBuilder runs in development mode and outputs uncompressed CSS and JavaScript. To output compressed files you can run StreamBuilder in production mode. `gulp production` Production mode will not start a server nor will it watch for any changes.
31+
2832
## Advanced configuration
2933
You can change anything and everything about StreamBuilder by editing the gulpfile.js. By default StreamBuilder compiles everything to the /dest folder. You can chage this behavior (as well as the URL of the project) by editing the `paths` vars in the top of gulpfile.js.
3034

0 commit comments

Comments
 (0)