Closed IamTheLime closed 2 years ago
We have confirmed that this breaking change happens in-between gscan
versions 4.1.0
and 4.1.1
, tested on a local ghost:4-alpine
container and rebuilding the node_modules
dir after changing gscan
version pins.
~We believe it may be related to changing a call from getNodeName
to getPartialName
in this diff, but yet to confirm.~
EDIT: Not quite the case, fix was located in the ast-linter/base.js
file
Theme validating successfully with changes shown in this PR
I've made a minor change to https://github.com/TryGhost/gscan/pull/418 and pushed it, thanks for your contribution @benshaaw.
This is released in gscan v4.16.1
, and I'll merge that in Ghost for the next release.
This was released in Ghost v4.28.0 https://github.com/TryGhost/Ghost/releases/tag/v4.28.0
Handlebars {{ @partial-block }} is broken in the latest version of ghost, gscan is identifying this helper as a handlebars error.
Downgrading gscan, in the docker container will allow you to load the website without loss of functionality.