sproutcore 0.9.22 → 0.9.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,18 +56,18 @@ module SproutCore
56
56
  # Join the lines together. This is one last chance to do some prep of
57
57
  # the data (such as minifcation and comment stripping)
58
58
  def join(lines)
59
- if bundle.minify?
60
- options = {
61
- :preserveComments => false,
62
- :preserveNewlines => false,
63
- :preserveSpaces => true,
64
- :preserveColors => false,
65
- :skipMisc => false
66
- }
67
- SproutCore::CSSPacker.new.compress(lines.join, options)
68
- else
59
+ # if bundle.minify?
60
+ # options = {
61
+ # :preserveComments => false,
62
+ # :preserveNewlines => false,
63
+ # :preserveSpaces => true,
64
+ # :preserveColors => false,
65
+ # :skipMisc => false
66
+ # }
67
+ # SproutCore::CSSPacker.new.compress(lines.join, options)
68
+ # else
69
69
  lines.join
70
- end
70
+ # end
71
71
  end
72
72
 
73
73
  # Rewrites any inline content such as static urls. Subclasseses can
@@ -2,7 +2,7 @@ module SproutCore #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 22
5
+ TINY = 23
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sproutcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.22
4
+ version: 0.9.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Jolley, Erich Ocean
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-12 00:00:00 -08:00
12
+ date: 2009-01-19 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency