nathggns / node-compass

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

How to change option "project" to set path to "public/css" #42

Open rpdg opened 8 years ago

rpdg commented 8 years ago

my scss directory is '/public/css', I set it : project: path.join(__dirname, 'public/css')

but not effected, how can I use it so that I can store my scss file under '/public/css' ?