sproutcore 0.9.22 → 0.9.23
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.
@@ -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
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
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
|
data/lib/sproutcore/version.rb
CHANGED
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.
|
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
|
+
date: 2009-01-19 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|