README.md in work-bench-1.0.4 vs README.md in work-bench-1.0.5
- old
+ new
@@ -1,8 +1,8 @@
# Workbench
-Workbench is a quick and simple local web server for prototyping web applications and sites.
+Workbench is a quick and simple local web server for prototyping web applications and sites. It support HAML, SASS and Compass out the box.
## Install
The first step is to install the gem:
@@ -22,10 +22,12 @@
Inside project directory run:
workbench start
+Now type in the browser `http://localhost:4000`. And you will see the start page.
+
## Export prototype
You can export your work using:
workbench export
@@ -42,10 +44,13 @@
workbench init --js jquery json
The list of libraries available:
- workbench js --list
+ workbench js
-For add JS libraries to existing project in project dir type:
+## normalize.css
- workbench js --js json
+You may add awesome [normalize.css](https://github.com/jonathantneal/normalize.css) to project. Just use `--normalize` or `--no-normalize` in options. This feature is **enable** by default.
+
+ workbench init --normalize
+