From 2a298ff0f12087bfad13550893a07bd679940f97 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 1 May 2010 15:19:41 -0700 Subject: [PATCH] [Rails] The default location for compass extensions has moved from vendor/plugins/compass/extensions to vendor/plugins/compass_extensions --- doc-src/content/CHANGELOG.markdown | 5 +++++ lib/compass/app_integration/rails/configuration_defaults.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 6cfd2079..c6d95e31 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,6 +7,11 @@ layout: article COMPASS CHANGELOG ================= +0.10.0.rc5 (Unreleased) +----------------------- + +* [Rails] The default location for compass extensions has moved from `vendor/plugins/compass/extensions` to `vendor/plugins/compass_extensions`. + 0.10.0.rc4 (April 27, 2010) --------------------------- * Lot of new docs can be found at: [http://compass-style.org/docs/](http://compass-style.org/docs/). diff --git a/lib/compass/app_integration/rails/configuration_defaults.rb b/lib/compass/app_integration/rails/configuration_defaults.rb index c2537820..82522fc5 100644 --- a/lib/compass/app_integration/rails/configuration_defaults.rb +++ b/lib/compass/app_integration/rails/configuration_defaults.rb @@ -36,7 +36,7 @@ module Compass end def default_extensions_dir - File.join("vendor", "plugins", "compass", "extensions") + File.join("vendor", "plugins", "compass_extensions") end def default_cache_dir