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
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ StreamBuilder is an automated build environment well suited for HTML, CSS and Ja
8
8
1. Compile SCSS into minified CSS.
9
9
2. Minify JavaScript.
10
10
3. Move your html/css/JavaScripts and images from the source (working) folder, to the destination folder.
11
-
4. Refresh your browser for you as you make changes to your source files. StreamBuilder will create a proxy server and listen on port 3000 of your localhost environment (example: http://localhost:3000/streambuilder/dist).
11
+
4. Refresh your browser for you as you make changes to your source files. StreamBuilder will create a proxy server and listen on port 3000 of your localhost environment (example: http://localhost:3000/StreamBuilder/dist).
12
12
13
13
*__StreamBuilder's workflow__*
14
14
@@ -24,6 +24,7 @@ Note: if you run GNU/Linux you can now get the most recent version of Node with
24
24
2. Install the node modules listed in the package.json file globally. I.e., `sudo npm install -g <node_module>`
25
25
3. From a terminal `cd path/to/streambuilder`
26
26
4.`npm update` This will create a new directory "node_modules" where NPM will install all the required node modules.
27
+
5. Edit the config.json file to reflect your destination URL.
0 commit comments