thecore_ui_layout_taris_website 1.1.2 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e8e6cd04e9091132c59f4a65b87c10e3ecd0275
|
4
|
+
data.tar.gz: c3bbf161d34d5e4b0945759580fbcb5d363573a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3cbcf368a155e14e80e17e53b1a80a9a59888230515e3c4775be8f1988d4fc70ceeee7b86c56361cf0f64afd6f158a77eccca9dc31d5d332b25e18420457a93
|
7
|
+
data.tar.gz: a16488a80de774afdc06d20ec3574a550e43cd81f77f70479eddb7cc4c6ad17b3381a0206b8c258fcb89f005556a69d1d9107b6cf403861428c448fac25b7f43
|
@@ -4,6 +4,7 @@ module ThecoreUiLayoutTarisWebsite
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
initializer 'thecore_ui_layout_taris_website.load_static_assets' do |app|
|
7
|
+
puts "Loading static assets for #{root}"
|
7
8
|
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
8
9
|
end
|
9
10
|
end
|