isomorfeus-asset-manager 0.15.4 → 0.15.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isomorfeus/asset_manager/version.rb +1 -1
- data/lib/isomorfeus-asset-manager.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f44ff99928ab2c60169756f5bba25744b37fbfe612325b21778856fe3844d5a0
|
4
|
+
data.tar.gz: 68b5e4ba520d8ce8397277cab6e0fb7201742b23e6e356b5d4497b643d10ed96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28acbd98ad2d5bce74db561c1ae2c131ec42b64e0cff04cbf1376c7dfe25331243fd5ffed184036dfde3a2c44d6b8702a6f2b1d4bcd2923ac72b15efc90cc433
|
7
|
+
data.tar.gz: f5cde2f1cf4aec902bb6dbd297aaad29bf1ded58a4e9b19050cf72f3ef4624d04353e147ed75bcf0fbb6055f9deb4fa3415b7c273a68f2a8f277bfbf32989936
|
@@ -28,8 +28,9 @@ require 'iso_opal'
|
|
28
28
|
|
29
29
|
Isomorfeus.env = ENV['RACK_ENV']
|
30
30
|
|
31
|
-
Isomorfeus.node_paths << File.expand_path(File.join(File.dirname(__FILE__), '..', 'node_modules'))
|
32
|
-
|
33
31
|
Isomorfeus.root = File.expand_path('.')
|
32
|
+
node_modules = File.join(Isomorfeus.root, 'node_modules')
|
33
|
+
Isomorfeus.node_paths << node_modules if Dir.exist?(node_modules)
|
34
|
+
Isomorfeus.node_paths << File.expand_path(File.join(File.dirname(__FILE__), '..', 'node_modules'))
|
34
35
|
Isomorfeus.app_root = File.expand_path('app')
|
35
36
|
Opal.append_path(Isomorfeus.app_root) unless IsoOpal.paths_include?(Isomorfeus.app_root)
|
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.15.
|
4
|
+
version: 0.15.5
|
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-09-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brotli
|