Open brillout opened 2 months ago
My first use case is adding Sentry Browser Error Tracking. For this the requirements is to be load on all pages.
My second use case was adding a simple script to one of the pages in a setup without any frontend framework (plain html). This script is only relevant on the page in the same folder and not relevant to pages in any folder beneath.
I think your workaround is not such a bad solution except for the ../../../+client.js
in deeper folders which could be fixed with some configurations setting.
Maybe an update of the documentation would help:
+client.js
not being cumulative
Description
Currently
+client.js
isn't cumulative. But it should be.In the meantime the workaround is to do this: