spree_frontend 4.0.0.rc1 → 4.0.0.rc2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3982d0d2bca6f4d00c1d018654379594c0d7d0ce54da2f3a3a8f01d0603fc4a
|
4
|
+
data.tar.gz: 89d67d5bdd953a2f5d1045207ff811d58d0cabce111631452948d3f7b6647c18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f8a3f74444868e849342e97da9882adc96c3bfc00d8fc6b559ffe4942898c658fc68eebe286cc90d009f10d791d428341cc37dfdd5f29d07d62f032ce53afb
|
7
|
+
data.tar.gz: 0a9535eae3f7973c0d23966d5f69acbe1ada940d7c91a80be3db29d707329aebca169b4a8600b4e12ccc8efa5edc594f9eae32136a1ebe028e9344fc41376104
|
@@ -0,0 +1,10 @@
|
|
1
|
+
// fix for glyphicons broken in production builds
|
2
|
+
@font-face {
|
3
|
+
font-family: 'Glyphicons Halflings';
|
4
|
+
src: asset-url('glyphicons-halflings-regular.eot');
|
5
|
+
src:
|
6
|
+
asset-url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
7
|
+
asset-url('glyphicons-halflings-regular.woff') format('woff'),
|
8
|
+
asset-url('glyphicons-halflings-regular.ttf') format('truetype'),
|
9
|
+
asset-url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
10
|
+
}
|
@@ -1,4 +1 @@
|
|
1
1
|
Rails.application.config.assets.precompile += %w(favicon.ico credit_cards/* spree/frontend/checkout/shipment)
|
2
|
-
# fix issues with glyphicons
|
3
|
-
Rails.application.config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
|
4
|
-
Rails.application.config.assets.precompile << /\.(?:svg|eot|woff|ttf)$/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.
|
4
|
+
version: 4.0.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-09-
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_api
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.0.0.
|
19
|
+
version: 4.0.0.rc2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.0.0.
|
26
|
+
version: 4.0.0.rc2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_core
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.0.0.
|
33
|
+
version: 4.0.0.rc2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 4.0.0.
|
40
|
+
version: 4.0.0.rc2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bootstrap
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -154,6 +154,7 @@ files:
|
|
154
154
|
- app/assets/javascripts/spree/frontend/coupon_manager.js
|
155
155
|
- app/assets/javascripts/spree/frontend/product.js
|
156
156
|
- app/assets/stylesheets/spree/frontend.css
|
157
|
+
- app/assets/stylesheets/spree/frontend/_glyphicons_urls_fix.scss
|
157
158
|
- app/assets/stylesheets/spree/frontend/_variables.scss
|
158
159
|
- app/assets/stylesheets/spree/frontend/address_book.scss
|
159
160
|
- app/assets/stylesheets/spree/frontend/frontend_bootstrap.css.scss
|