thecore_theme_taris 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/thecore_theme_taris/engine.rb +1 -0
- data/lib/thecore_theme_taris/version.rb +1 -1
- data/lib/thecore_theme_taris.rb +0 -2
- 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: 47d9b566c61ecdc033e06738fd3abf78701bf771
|
4
|
+
data.tar.gz: 6ec09fbb34c07f208019e0d5b96bb6836e65fe4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e74b02c0ab06707851ac626fc1930a583cf7b40133d1dee3c7999ea8624adfb9087630f0f1df0fe9b3a37fcc8871b9de75994de021a29561ab60acfef74b5b
|
7
|
+
data.tar.gz: 6137fb1930744712c71ff19df65f3e29277ea27166a048a7002a424524ec6a4c9b5a8aaf9176d2c9106855c0901bfdb93844d798a6cf4c5eebd74966d6a654ab
|
@@ -4,6 +4,7 @@ module ThecoreThemeTaris
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
initializer 'thecore_theme_taris.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
|
data/lib/thecore_theme_taris.rb
CHANGED