generated-assets 1.0.1 → 1.1.0
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.
- checksums.yaml +4 -4
- data/lib/generated-assets/railtie.rb +4 -8
- data/lib/generated-assets/version.rb +1 -1
- data/spec/log/test.log +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4cf81eebd83b1acc69275bd1fe965a32898c536
|
|
4
|
+
data.tar.gz: 51fdabfa4a74c4a655af7065cb6b7d0f4198422a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3909ae41e89c248431a372d19ccc8e7208cf05180423a75f141af0859d42e3935fc0d75fdd1841d8671bf6b5b1bd1888af6fb68121db9e3552a62e6b69322254
|
|
7
|
+
data.tar.gz: 664275e1ea404113a537dcff559b430943664171f415c6be11c49d398f4986c91e694c927274c012851f0936a03c34a5fcd0c63b6e4d0aa71a595a93041d0476
|
|
@@ -9,17 +9,13 @@ module GeneratedAssets
|
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
config.after_initialize do |app|
|
|
12
|
-
|
|
13
|
-
app.config.assets.generated.apply!
|
|
14
|
-
end
|
|
12
|
+
app.config.assets.generated.apply!
|
|
15
13
|
end
|
|
16
14
|
|
|
17
15
|
initializer :i18n_js_assets, group: :all do |app|
|
|
18
|
-
|
|
19
|
-
app.
|
|
20
|
-
|
|
21
|
-
)
|
|
22
|
-
end
|
|
16
|
+
app.config.assets.paths << File.join(
|
|
17
|
+
GeneratedAssets.asset_dir, app.class.parent_name
|
|
18
|
+
)
|
|
23
19
|
end
|
|
24
20
|
end
|
|
25
21
|
end
|
data/spec/log/test.log
CHANGED
|
@@ -72,3 +72,6 @@ Compiled application.js (0ms) (pid 47455)
|
|
|
72
72
|
Compiled application.js (0ms) (pid 48909)
|
|
73
73
|
Compiled application.js (0ms) (pid 48915)
|
|
74
74
|
Compiled application.js (0ms) (pid 48920)
|
|
75
|
+
Compiled application.js (0ms) (pid 68040)
|
|
76
|
+
Compiled application.js (0ms) (pid 68194)
|
|
77
|
+
Compiled application.js (0ms) (pid 68208)
|