slight_assets 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/install/config/assets.yml +2 -1
- metadata +3 -3
@@ -6,7 +6,7 @@ slight_asset: &slight_asset
|
|
6
6
|
maximum_embedded_file_size: "32kB"
|
7
7
|
|
8
8
|
# Enable minification at runtime
|
9
|
-
runtime_compression:
|
9
|
+
runtime_compression: true
|
10
10
|
|
11
11
|
# Scope of assets to minify in batch process (rake).
|
12
12
|
# The prefix "-" indicates the files to exclude from minifying.
|
@@ -43,3 +43,4 @@ test:
|
|
43
43
|
production:
|
44
44
|
slight_asset:
|
45
45
|
<<: *slight_asset
|
46
|
+
runtime_compression: false
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slight_assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marcelo Manzan
|