Change the default Sass directory in standalone projects from src to sass. Closes GH-203

This commit is contained in:
Chris Eppstein 2010-10-30 16:52:11 -07:00
parent a40fce8af1
commit 4ba6e57106
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ body_id: home
compass watch myproject
If you don't have TextMate, substitute the `mate myproject` part with the text
editor of your choice. Edit the `*.scss` files in the `src` directory.
editor of your choice. Edit the `*.scss` files in the `sass` directory.
These files are yours and you can change them as you see fit, delete them,
make new ones, etc. Compass will automatically compile them into css in the
`stylesheets` directory whenever they change.

View File

@ -7,7 +7,7 @@ module Compass
end
def sass_dir_without_default
"src"
"sass"
end
def javascripts_dir_without_default