nathggns / node-compass

Compass middleware for node.js.
43 stars 13 forks source link

Main page needs to be updated #39

Open davidleureka opened 9 years ago

davidleureka commented 9 years ago

You may want to change the sample code you have on the main page. Express no longer supports the configure function.

Also on the main page, you state

"This can be changed by passing an array of options to the middleware. To change the root assets folder, pass an array with project in it."

That's a little misleading. You pass an options object to the middleware, not an array.