isomorfeus-asset-manager 0.14.17 → 0.14.18

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
  SHA256:
3
- metadata.gz: 3a5ab8e8c6bb0f3297e3dc3f01a67cb9466667c9401a2df07c3e2326490497fd
4
- data.tar.gz: 3d5602cf63c29b384c6fb58264ba5955bee0488159d8855fdc7e692105db7f1f
3
+ metadata.gz: bb5692cfccf4e21f3b11bcced2aa8af148990c7d19ade752ea87ddcf1f1bdcc5
4
+ data.tar.gz: af7ea87cb6b73ab1c532eba91d155770bd101ada53a3eeb3c3ef934fcd730328
5
5
  SHA512:
6
- metadata.gz: 3ff06c1a873fce44da2a5a6e666e562868e45e4771ba667390161c61840e4a8f7de9b47443e8d2d6702989e711b42ddcd13604ef36bcd9743f92b93aa958d29a
7
- data.tar.gz: 9450313ed271a49d3c862bb4169d27a94cd222c54bdb0e05ea1a1481fff808dcce1dc55e258d2bb34b828249484881e4320c23288c11fb835c49e7ad6d877307
6
+ metadata.gz: e2e9b716e6ab17554d8d2adcf799ca0267eecf42bbc8f6383c352dbfe2713ebda4d391ff3a257c88b007edd572d1528b47ba0f751af0cb8225c03fd41084dba9
7
+ data.tar.gz: 80e14c295ad90176cabb32d22d13bc6a324f4ff5e78743d9c0ce66a8458a00dd0a7f18a379662575c9d05deb56582c47bebdd8be75ef57ffa1ddd7d18e4f9d73
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  class AssetManager
3
- VERSION = '0.14.17'
3
+ VERSION = '0.14.18'
4
4
  end
5
5
  end
@@ -53,7 +53,6 @@ module Isomorfeus
53
53
  return if asset.bundled?
54
54
  start = Time.now
55
55
  puts "Isomorfeus Asset Manager bundling #{asset_key} ..."
56
- asset.bundled!
57
56
  asset.touch
58
57
  asset_name = asset_key[0..-4]
59
58
  asset.build_ruby_and_save(asset_key, asset_name, @imports_path)
@@ -65,6 +64,7 @@ module Isomorfeus
65
64
  asset.bundle_css_map(asset_name, @output_path)
66
65
  asset.bundle_js_map(asset_key, @output_path)
67
66
  end
67
+ asset.bundled!
68
68
  puts "Isomorfeus Asset Manager bundling #{asset_key} took #{Time.now - start}s"
69
69
  end
70
70
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-asset-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.17
4
+ version: 0.14.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-20 00:00:00.000000000 Z
11
+ date: 2022-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brotli
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  - !ruby/object:Gem::Version
201
201
  version: '0'
202
202
  requirements: []
203
- rubygems_version: 3.3.3
203
+ rubygems_version: 3.3.7
204
204
  signing_key:
205
205
  specification_version: 4
206
206
  summary: Asset manager and bundler for Isomorfeus.