We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assets.js_pipeline: true
If assets.js_pipeline: true in user/config/system.yaml, the „Clockwork badge“ (bottom left corner) does not show up.
user/config/system.yaml
grav/system/assets/debugger/clockwork.js
Lines 4 to 9 in a1e583f
checks for #clockwork-script, which does not exist, when all scripts are pipelined.
#clockwork-script
Error in JavaScript console:
Clockwork Debugger: Script tag with id 'clockwork-script' not found.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
assets.js_pipeline: true
inuser/config/system.yaml
, the „Clockwork badge“ (bottom left corner) does not show up.grav/system/assets/debugger/clockwork.js
Lines 4 to 9 in a1e583f
checks for
#clockwork-script
, which does not exist, when all scripts are pipelined.Error in JavaScript console:
The text was updated successfully, but these errors were encountered: