You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Edit the paths variable in the `gulpfile.js` file to reflect your `src` and `dest` paths as well as your application URL.
26
26
- Run `gulp`
27
27
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
+
28
32
## Advanced configuration
29
33
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.
0 commit comments