Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 8402230

Browse files
committed
Add v2.22.1
1 parent 0be7a65 commit 8402230

File tree

87 files changed

+11717
-26077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+11717
-26077
lines changed

Gruntfile.js

+3-7
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const configureGrunt = function (grunt) {
7878
files: [
7979
'core/ghost-server.js',
8080
'core/server/**/*.js',
81-
'!core/server/lib/members/static/auth/**/*.js',
8281
'config.*.json',
8382
'!config.testing.json'
8483
],
@@ -284,8 +283,7 @@ const configureGrunt = function (grunt) {
284283
npmInstall: true
285284
},
286285
projects: {
287-
'core/client': 'init',
288-
'core/server/lib/members/static/auth': 'init'
286+
'core/client': 'init'
289287
}
290288
},
291289

@@ -294,14 +292,12 @@ const configureGrunt = function (grunt) {
294292
},
295293

296294
prod: {
297-
'core/client': 'shell:ember:prod',
298-
'core/server/lib/members/static/auth': 'shell:preact:prod'
295+
'core/client': 'shell:ember:prod'
299296
},
300297

301298
watch: {
302299
projects: {
303-
'core/client': ['shell:ember:watch', '--live-reload-base-url="' + urlService.utils.getSubdir() + '/ghost/"'],
304-
'core/server/lib/members/static/auth': ['shell:preact:dev']
300+
'core/client': ['shell:ember:watch', '--live-reload-base-url="' + urlService.utils.getSubdir() + '/ghost/"']
305301
}
306302
}
307303
},

content/themes/casper/error.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ You'll notice that we *don't* use any JavsScript, or ghost_head / ghost_foot in
4242
<section class="error-stack">
4343
<h3>Theme errors</h3>
4444
<ul class="error-stack-list">
45-
{{#each errorDetails}}
45+
{{#foreach errorDetails}}
4646
<li>
4747
<em class="error-stack-function">{{{rule}}}</em>
4848

49-
{{#each failures}}
49+
{{#foreach failures}}
5050
<p><span class="error-stack-file">Ref: {{ref}}</span></p>
5151
<p><span class="error-stack-file">Message: {{message}}</span></p>
52-
{{/each}}
52+
{{/foreach}}
5353
</li>
54-
{{/each}}
54+
{{/foreach}}
5555
</ul>
5656
</section>
5757
{{/if}}

content/themes/casper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "casper",
33
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
44
"demo": "https://demo.ghost.io",
5-
"version": "2.10.0",
5+
"version": "2.10.1",
66
"engines": {
77
"ghost": ">=2.0.0",
88
"ghost-api": "v2"

core/built/assets/ghost-dark-92d8c55dbd8ea098b79651a62743c4f3.css core/built/assets/ghost-dark-e6bb6e056563c02bf8b80147d53caf2d.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/built/assets/ghost.min-d8e37339a73eceaeb49c039ecdba3466.js core/built/assets/ghost.min-071237033f0fee857ff6cc8dac6b5013.js

+113-119
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/built/assets/ghost.min-9f3bef628af306b475b16cabdc7f4c12.css core/built/assets/ghost.min-250faa73f54ad69d668ee9d4d8262cb4.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/built/assets/icons/expand.svg

+1
Loading
+1-1
Loading

0 commit comments

Comments
 (0)