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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# StreamBuilder
2
-
Streaming, front-end build tool for automating mundane tasks like minification and uglification. It even refreshes your browser for you.
3
-
4
2
##What it is
3
+
Streaming, front-end build tool (using the Gulp streaming build system) for automating mundane tasks like minification and uglification. It even refreshes your browser for you.
4
+
5
5
*__StreamBuilder focuses on four tasks to make your job easier.__*
6
6
7
7
1. Compile SCSS into minified CSS.
@@ -20,7 +20,7 @@ Note: if you run GNU/Linux you can now get the most recent version of Node with
20
20
21
21
##Getting Started
22
22
1. Download this repo to your development environment.
23
-
2.Optionally - You may need to install the node modules listed in the package.json file globally if your project is not in your executable path. I.e., `sudo npm install -g <node_module>`
23
+
2.Install the node modules listed in the package.json file globally. I.e., `sudo npm install -g <node_module>`
24
24
3. From a terminal `cd path/to/streambuilder`
25
25
4.`npm update` This will create a new directory "node_modules" where NPM will install all the required node modules.
0 commit comments