plutonium 0.12.3 → 0.12.5

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
  SHA256:
3
- metadata.gz: c1e105bbaff552f744fdc0756c2f032494683e358ed634ee8367a9e68d0603c0
4
- data.tar.gz: 6e974a80fcbeca77d6396380b3eacf22e3d6ceb938d2178667067b70fdf6727e
3
+ metadata.gz: b41319fc7e06279097625aaad2116a7743bbd91694cbe74d24a4bdc168ee3342
4
+ data.tar.gz: 868260b35a8731d3c26b324a5baadb2cffb3e7244f28e7df0cf43abe2b8442a5
5
5
  SHA512:
6
- metadata.gz: 4246cbd7c4c27ef8f1e1b7f058a1c5be235e3b4e50799aa20a31da4832d7249d304f6a67c026df495e41240429273b17346a062dcdfef4a0c6b21a7f7adda3b6
7
- data.tar.gz: 583b8eaebf74feea09d20460e8ec93741c84c4904cb473f7e72522064916d96f96bc23f41be32791d457b46393cc5b1b866a1f7d532587818828edb2278203f8
6
+ metadata.gz: b56ac02a9594b3335d66a253c1228b7531f843594654168831cd95d6ebe94760156f42fc6579533211df013ada8e61c0d7366dc33a2792264e497f4497cd45da
7
+ data.tar.gz: 44c23e43db9a5f27faf441d9383628b75a66c2a5b1b94a25d237da58496617de70b705319afc4f583e07a8cdbeb5446d293c2fc5ea9c0c57b7f52003b0d677f9
@@ -36,6 +36,10 @@ module Pu
36
36
  environment "# config.plutonium.assets.logo = \"logo.png\""
37
37
  end
38
38
 
39
+ def setup_assets
40
+ invoke "pu:core:assets", [], force: true, skip: options[:skip]
41
+ end
42
+
39
43
  def eject_views
40
44
  invoke "pu:eject:layout", [], dest: "main_app",
41
45
  force: options[:force],
@@ -18,7 +18,7 @@ module Plutonium
18
18
  # config.after_initialize do
19
19
  # config.assets.precompile -= Plutonium::Railtie::PRECOMPILE_ASSETS
20
20
  # end
21
- PRECOMPILE_ASSETS = %w[plutonium.js plutonium.js.map plutonium.min.js plutonium.min.js.map plutonium.css]
21
+ PRECOMPILE_ASSETS = %w[plutonium.js plutonium.js.map plutonium.min.js plutonium.min.js.map plutonium.css plutonium.png plutonium.ico]
22
22
 
23
23
  initializer "plutonium.assets" do
24
24
  next unless Rails.application.config.respond_to?(:assets)
@@ -1,3 +1,3 @@
1
1
  module Plutonium
2
- VERSION = "0.12.3"
2
+ VERSION = "0.12.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich