middleman 0.10.14 → 0.10.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/middleman/sass.rb +2 -1
- data/middleman.gemspec +1 -1
- data/spec/fixtures/sample/views/custom.haml +0 -0
- data/spec/page_alias_and_layouts_spec.rb +0 -0
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.10.
|
1
|
+
0.10.15
|
data/lib/middleman/sass.rb
CHANGED
@@ -15,7 +15,8 @@ module Middleman
|
|
15
15
|
send_file(static_version) if File.exists? static_version
|
16
16
|
|
17
17
|
location_of_sass_file = options.environment == "build" ? options.build_dir : options.public
|
18
|
-
|
18
|
+
|
19
|
+
css_filename = File.join(location_of_sass_file, request.path_info)
|
19
20
|
sass(path.to_sym, ::Compass.sass_engine_options.merge({ :css_filename => css_filename }))
|
20
21
|
rescue Exception => e
|
21
22
|
sass_exception_string(e)
|
data/middleman.gemspec
CHANGED
File without changes
|
File without changes
|