bridgetown-core 1.0.0.alpha5 → 1.0.0.alpha6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dd8600eb037c6f3841fdbc7a9175ecccd0ab4e3c7d1814e914b6954ad4fb832
|
|
4
|
+
data.tar.gz: ca457af17e62de5d71a441b90d9aa8d97136fcd4cc9ecd65a855d8a78bab53b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 594d6e6de4a514e3eeb439a1ebc3d8936d4bb5027a78063db12c503072fe1c8b6db9d8f3ce6568a95781375d2e0c59dc32faf83fc333e8e9dcd3e95c140e7287
|
|
7
|
+
data.tar.gz: fa2ad70a10323054e8f9ab646dfb92cc37457b53427907888dd8bc47589046feafcdc29730c3d4e6d3eb81cf8cd0be6cebbb692a32d8c3ec200c7a8c7fb80693
|
|
@@ -138,7 +138,7 @@ module Bridgetown
|
|
|
138
138
|
|
|
139
139
|
if @skipped_bundle
|
|
140
140
|
logger.info "Bundle install skipped.".yellow
|
|
141
|
-
logger.info "You will need to run #{"bundle
|
|
141
|
+
logger.info "You will need to run #{"bundle binstubs bridgetown-core".cyan} manually."
|
|
142
142
|
end
|
|
143
143
|
|
|
144
144
|
logger.info "Yarn install skipped.".yellow if @skipped_yarn
|
|
@@ -152,7 +152,7 @@ module Bridgetown
|
|
|
152
152
|
Bridgetown.with_unbundled_env do
|
|
153
153
|
inside(path) do
|
|
154
154
|
run "bundle install", abort_on_failure: true
|
|
155
|
-
run "bundle
|
|
155
|
+
run "bundle binstubs bridgetown-core"
|
|
156
156
|
end
|
|
157
157
|
end
|
|
158
158
|
end
|
|
@@ -30,8 +30,10 @@ module Bridgetown
|
|
|
30
30
|
Bridgetown::Commands::Build.print_startup_message
|
|
31
31
|
sleep 0.25
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
begin
|
|
34
|
+
require("puma/detect")
|
|
35
|
+
rescue LoadError
|
|
36
|
+
raise "** Puma server gem not found. Check your Gemfile and Bundler env? **"
|
|
35
37
|
end
|
|
36
38
|
|
|
37
39
|
options = Thor::CoreExt::HashWithIndifferentAccess.new(self.options)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[build]
|
|
2
|
-
command = "
|
|
2
|
+
command = "bin/bridgetown deploy && bin/netlify.sh"
|
|
3
3
|
publish = "output"
|
|
4
4
|
|
|
5
5
|
[build.environment]
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
[[headers]]
|
|
42
42
|
for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico|woff2)"
|
|
43
43
|
[headers.values]
|
|
44
|
-
Cache-Control = "public, max-age=31536000, s-max-age=31536000"
|
|
44
|
+
Cache-Control = "public, max-age=31536000, s-max-age=31536000"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bridgetown-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.alpha6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bridgetown Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|