blossom 0.0.6 → 0.0.7
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/blossom.rb +3 -1
- metadata +3 -3
data/lib/blossom.rb
CHANGED
|
@@ -7,7 +7,7 @@ require "rack/strip-www"
|
|
|
7
7
|
require "hassle"
|
|
8
8
|
|
|
9
9
|
module Blossom
|
|
10
|
-
VERSION = "0.0.
|
|
10
|
+
VERSION = "0.0.7"
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def Blossom(root_file, index = :index, options = {})
|
|
@@ -35,6 +35,8 @@ def Blossom::Base(root_file, index = :index, blossom_options = {})
|
|
|
35
35
|
Compass.configuration.sass_dir = ""
|
|
36
36
|
Compass.configuration.images_dir = "static"
|
|
37
37
|
Compass.configuration.http_images_path = "/"
|
|
38
|
+
Compass.configuration.output_style = :compact
|
|
39
|
+
Compass.configuration.line_comments = false
|
|
38
40
|
|
|
39
41
|
sass_options = Compass.sass_engine_options.merge \
|
|
40
42
|
:cache_location => "#{root}/tmp/sass-cache"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.0.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Daniel Brockman
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-11-05 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|