awestruct 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/awestruct/engine.rb +4 -4
- metadata +3 -3
data/lib/awestruct/engine.rb
CHANGED
|
@@ -167,10 +167,10 @@ module Awestruct
|
|
|
167
167
|
def configure_compass
|
|
168
168
|
Compass.configuration.project_type = :standalone
|
|
169
169
|
Compass.configuration.project_path = dir
|
|
170
|
-
Compass.configuration.css_dir = File.join(
|
|
171
|
-
Compass.configuration.sass_dir =
|
|
172
|
-
Compass.configuration.images_dir =
|
|
173
|
-
Compass.configuration.javascripts_dir =
|
|
170
|
+
Compass.configuration.css_dir = File.join( config.output_dir, 'stylesheets' )
|
|
171
|
+
Compass.configuration.sass_dir = 'stylesheets'
|
|
172
|
+
Compass.configuration.images_dir = 'images'
|
|
173
|
+
Compass.configuration.javascripts_dir = 'javascripts'
|
|
174
174
|
end
|
|
175
175
|
|
|
176
176
|
def set_base_url
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.2.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Bob McWhirter
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-10-
|
|
17
|
+
date: 2011-10-23 00:00:00 -04:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|