Skip to content
New issue

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

clockwork-badge does not show up, if assets.js_pipeline: true #3871

Open
NoNoNo opened this issue Nov 15, 2024 · 0 comments
Open

clockwork-badge does not show up, if assets.js_pipeline: true #3871

NoNoNo opened this issue Nov 15, 2024 · 0 comments

Comments

@NoNoNo
Copy link

NoNoNo commented Nov 15, 2024

If assets.js_pipeline: true in user/config/system.yaml, the „Clockwork badge“ (bottom left corner) does not show up.

var currentScript = document.getElementById('clockwork-script');
if (!currentScript) {
console.error("Clockwork Debugger: Script tag with id 'clockwork-script' not found.");
return;
}

checks for #clockwork-script, which does not exist, when all scripts are pipelined.

Error in JavaScript console:

Clockwork Debugger: Script tag with id 'clockwork-script' not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant