nathggns / node-compass

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

Added option for additional paths #26

Closed carlosrodriguez closed 10 years ago

nathggns commented 10 years ago

What're the benefits of this? I didn't even know sass/compass supported multiple inputs.

carlosrodriguez commented 10 years ago

It allows you to set additional paths where compass should look for importing files. This is beneficial when you want to structure a project where you keep certain sass files on different folders.

http://compass-style.org/help/tutorials/configuration-reference/ See addtional_import_paths option

nathggns commented 10 years ago

I've made a couple of comments. When you've fixed them, could you create a new pull request based on the development branch please? I'll get a new version pushed when you do.