isomorfeus-asset-manager 0.19.6 → 0.19.7

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: 78e9580782919245ff3fdf6b60840513259297c7975df94c9a1560fced17b457
4
- data.tar.gz: 8320b4b6900ab9b1ba040f9e4316a908e49488d12482a3ececd239a43f9746e3
3
+ metadata.gz: 4304970f8876e46f424162f87483b230d1032ac6357b421f44ae6b596a45b393
4
+ data.tar.gz: 1d03e0f3b85eb9c0f4108d81afbc0378d917aaf26908924a1fb8a7048d850930
5
5
  SHA512:
6
- metadata.gz: 7384c3f98c95547f6c679091e6d557a0c3e53920618c11f99424935c9292d7cb00e804f1a88ebd23604c93c65a293c7c98993a59dfcf3332d1aac2f6349a0257
7
- data.tar.gz: b7fb4f774b2d45de704249ab6491c1340edaa0f569e3106ce44ee4a177ae4baea1e0bbb205098232f206c4db6a775e969e26c641b8c5064e25922f60c7cf35a6
6
+ metadata.gz: 85642c37acffa98b902c7ad2b12e4f9023f0ca4c51a51b6fa9e9d073179210c285b7ab3893073609434ab4faf6a18bb68582bdc41744b4ec2e54b74c9f66740e
7
+ data.tar.gz: 980b16f63c357495892081e583a55150617d9d0e4987025e3e6e0b62aae1e2def0995471aa8e40589235bc086d433357c909fa36d7613bd169272c3545ad7061
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  class AssetManager
3
- VERSION = '0.19.6'
3
+ VERSION = '0.19.7'
4
4
  end
5
5
  end
@@ -160,7 +160,7 @@ module Isomorfeus
160
160
  nodePaths: #{resolve_paths},
161
161
  outdir: global.output_path,
162
162
  platform: '#{asset.target}',
163
- plugins: (esbuild_sass_plugin ? [esbuild_sass_plugin()] : []),
163
+ plugins: (esbuild_sass_plugin ? [esbuild_sass_plugin.sassPlugin()] : []),
164
164
  publicPath: '#{asset.browser? ? Isomorfeus.assets_path : @output_path}',
165
165
  sourcemap: #{(!Isomorfeus.production? && asset.browser?) ? 'true' : 'false'},
166
166
  splitting: false,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-asset-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.6
4
+ version: 0.19.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann