egghead-styles 1.0.31 → 1.0.32

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8aefa68aad006475e1fc7e84120ca44370d31e8
4
- data.tar.gz: 08a32794de0d267a4a65c48aab18d81c00b650c2
3
+ metadata.gz: cff4c5afaa15393f18f6de5154da7639fe4a921e
4
+ data.tar.gz: 0892bc1bd2c196e530fcc975c254cd8b13b56610
5
5
  SHA512:
6
- metadata.gz: 1f7dcc56386203462a04e06c072b00647f364169dc02f4ca667d723bb9caf8dd6055ea5ba162b0366b0549adffface8b8ee00336afe994a2bdca9d9f5e1c5b53
7
- data.tar.gz: ce6dc03910be825097c19981aec446b3e2dae1d23956ba78e11c1282aa4c66cc305ee16931f2cd87dd0ceba4e1b485cc321d0f6222bd5cf41ef023f21c68bcf6
6
+ metadata.gz: b13cec205c3ee7a9a5f9e57d38363e8839eae784c8b66fb6a6ade7f519b2b6b7560aff8612ce1273e6eb237f8c0cf08dccce55f4521fb03f56f3e0bb86475164
7
+ data.tar.gz: b69f9ab8c754804ab064357f59df7c031e8dee6f7795e5aaf4e8df698d910d72015b0a47015cde6940fba6f160a10b4ae2915de9c9747c857b3b2168af354f79
@@ -4,13 +4,7 @@ module Egghead
4
4
  module Styles
5
5
 
6
6
  class Engine < ::Rails::Engine
7
-
8
- initializer 'egghead-styles.assets.precompile', group: :all do |app|
9
- %w(stylesheets).each do |sub|
10
- app.config.assets.paths << root.join('assets', sub).to_s
11
- end
12
- end
13
-
7
+ config.assets.paths << Rails.root.join('assets', 'stylesheets').to_s
14
8
  end
15
9
 
16
10
  end
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.31"
3
+ VERSION = "1.0.32"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.31
4
+ version: 1.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io