From 4ba6e57106d90de257c2319a7e6461a66ae97135 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 30 Oct 2010 16:52:11 -0700 Subject: [PATCH] Change the default Sass directory in standalone projects from src to sass. Closes GH-203 --- doc-src/content/index.haml | 2 +- .../app_integration/stand_alone/configuration_defaults.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-src/content/index.haml b/doc-src/content/index.haml index 39a201a4..264997e1 100644 --- a/doc-src/content/index.haml +++ b/doc-src/content/index.haml @@ -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. diff --git a/lib/compass/app_integration/stand_alone/configuration_defaults.rb b/lib/compass/app_integration/stand_alone/configuration_defaults.rb index 230aeea1..c55ce77f 100644 --- a/lib/compass/app_integration/stand_alone/configuration_defaults.rb +++ b/lib/compass/app_integration/stand_alone/configuration_defaults.rb @@ -7,7 +7,7 @@ module Compass end def sass_dir_without_default - "src" + "sass" end def javascripts_dir_without_default