Skip to content

Commit c6dce90

Browse files
author
Chris Brown
committed
updated readme
1 parent d794825 commit c6dce90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# StreamBuilder
22
##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.
3+
StreamBuilder is an automated build environment well suited for HTML, CSS and JavaScript prototyping. It runs on the (streaming) build system gulp.js. It uses the Jade template language to modularize html into templates, allowing developers to take a DRY approach to front-end development. Also included is the Sass CSS extension language.
44

55
*__StreamBuilder focuses on four tasks to make your job easier.__*
66

77
1. Compile SCSS into minified CSS.
88
2. Minify JavaScript.
9-
3. Allow HTML to be templatized so thing slike headers, footers and common include items can be more easily maintained.
9+
3. Allow HTML to be templatized so things like headers, footers and common include items can be more easily maintained.
1010
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).
1111

1212
*__StreamBuilder's workflow__*

0 commit comments

Comments
 (0)