Change the default Sass directory in standalone projects from src to sass. Closes GH-203
This commit is contained in:
parent
a40fce8af1
commit
4ba6e57106
@ -35,7 +35,7 @@ body_id: home
|
|||||||
compass watch myproject
|
compass watch myproject
|
||||||
|
|
||||||
If you don't have TextMate, substitute the `mate myproject` part with the text
|
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,
|
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
|
make new ones, etc. Compass will automatically compile them into css in the
|
||||||
`stylesheets` directory whenever they change.
|
`stylesheets` directory whenever they change.
|
||||||
|
@ -7,7 +7,7 @@ module Compass
|
|||||||
end
|
end
|
||||||
|
|
||||||
def sass_dir_without_default
|
def sass_dir_without_default
|
||||||
"src"
|
"sass"
|
||||||
end
|
end
|
||||||
|
|
||||||
def javascripts_dir_without_default
|
def javascripts_dir_without_default
|
||||||
|
Loading…
Reference in New Issue
Block a user