Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 7, 2011
1 parent 5f97d5b commit 8df2577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion examples/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function compile(str, path, fn) {
var server = connect.createServer(
stylus.middleware({
src: __dirname + '/views'
, dest: __dirname + '/public/css'
, dest: __dirname + '/public'
, compile: compile
})
, connect.staticProvider(__dirname + '/public')
Expand Down
5 changes: 0 additions & 5 deletions examples/views/main.styl

This file was deleted.

0 comments on commit 8df2577

Please sign in to comment.