magic_stylez 0.0.0.3 → 0.0.0.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: a7cbaf4bc5aef99e885a2cc5ff8d38590131bc6e
4
- data.tar.gz: e201f6292cc71eeccd775daf7c04a79ee87e168d
3
+ metadata.gz: 0050bfa48a766c4901d04eff60ebdc69b5c46878
4
+ data.tar.gz: 10acc0f9c6464f5307a85fd43dff6d6de392eb53
5
5
  SHA512:
6
- metadata.gz: 842830be0dc63358d6da7c0ecc57262a4813980d1b80b7741be0df3a7c61fda08d3f599b1b47b43e1a394cf2d2a332d3324dc22201e9b298b9fb975a48bf1617
7
- data.tar.gz: b51955920689926e38f8fd52df737d53b7679affae9916921129df0d5c647b5a3c502cc92a81eb143dc4ab9f7fb82e3215780b23c050e7e2d6dad7713b96b5a7
6
+ metadata.gz: 81ec4cfa3df80e2976172b4bb60a5126a0e0cec2be653682d8a770fbc56b4a8917ad022d6111e028aca955324ca9818aad5d8487cdb8a8a47add71618209dc0a
7
+ data.tar.gz: 2e06d27a0a3cabed51aaef1a01360b818225183e5e217b3729fe5f98581bc0d66d65630970555f824067d580bd7608e2457956ca5bd45700bea2c90f9b0d7fdd
@@ -2,8 +2,14 @@ module MagicStylez
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
4
  initializer "magic-stylez.assets.precompile" do |app|
5
- app.config.assets.precompile << %r(magic/magicons-regular-webfont\.(?:eot|svg|ttf|woff)$)
6
- app.config.assets.precompile << %r(magic/orderlifticons-webfont\.(?:eot|svg|ttf|woff)$)
5
+ # app.config.assets.precompile << %r(magic/magicons-regular-webfont\.(?:eot|svg|ttf|woff)$)
6
+ # app.config.assets.precompile << %r(magic/orderlifticons-webfont\.(?:eot|svg|ttf|woff)$)
7
+
8
+ config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
9
+ config.assets.precompile += %w(*.eot *.svg *.ttf *.woff)
10
+
11
+ Sass.load_paths << stylesheets_path("bourbon")
12
+ Sass.load_paths << stylesheets_path("bootstrap")
7
13
  end
8
14
  end
9
15
  end
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.3"
2
+ VERSION = "0.0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.3
4
+ version: 0.0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel