Skip to content

Commit

Permalink
Removed sass / haml "dependencies"
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2010
1 parent 77f8e46 commit 31fdba8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ Below is a tiny Express application. View the [Wiki](http://wiki.github.com/visi
})

run()

If you do wish to use **haml**, **sass** or other template engines
install kiwi and run:

$ kiwi install haml
$ kiwi install sass
...

## Running Tests

Expand Down
2 changes: 0 additions & 2 deletions seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
dependencies:
- ext >= 0.2.2
- oo >= 1.2.0
- sass >= 0.3.0
- haml >= 0.1.2

0 comments on commit 31fdba8

Please sign in to comment.