compass 0.10.4.pre.2 → 0.10.4.pre.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/compass/app_integration/rails.rb +2 -2
- metadata +3 -3
data/VERSION.yml
CHANGED
@@ -35,8 +35,8 @@ module Compass
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def initialize!
|
38
|
-
|
39
|
-
Compass.add_project_configuration(
|
38
|
+
config_file = Compass.detect_configuration_file(root)
|
39
|
+
Compass.add_project_configuration(config_file)
|
40
40
|
Compass.discover_extensions!
|
41
41
|
Compass.configure_sass_plugin!
|
42
42
|
Compass.handle_configuration_change!
|
metadata
CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
|
|
7
7
|
- 10
|
8
8
|
- 4
|
9
9
|
- pre
|
10
|
-
-
|
11
|
-
version: 0.10.4.pre.
|
10
|
+
- 3
|
11
|
+
version: 0.10.4.pre.3
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Chris Eppstein
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2010-08-
|
21
|
+
date: 2010-08-06 00:00:00 -07:00
|
22
22
|
default_executable: compass
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|