blossom 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/blossom.rb +3 -1
  2. metadata +3 -3
@@ -7,7 +7,7 @@ require "rack/strip-www"
7
7
  require "hassle"
8
8
 
9
9
  module Blossom
10
- VERSION = "0.0.6"
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
- - 6
9
- version: 0.0.6
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-10-28 00:00:00 +02:00
17
+ date: 2010-11-05 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency