You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
As previously indicated in my comments to commit 9293c46, I get the following exception when updating to that commit or beyond:
CRITICAL - Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Template name "/cdnjs.cloudflare.com/ajax/libs/require.js/2.1.8/require.min.js" is not valid (format is "bundle:section:template.format.engine").") in "HearsayRequireJSBundle::initialize.html.twig"
Apparently, this error has to do with the format of the default "require_js_src" parameter. Should I not use the default?
I have tried changing my configuration but the error persists. Here is my configuration (which should be pretty standard):
As previously indicated in my comments to commit 9293c46, I get the following exception when updating to that commit or beyond:
Apparently, this error has to do with the format of the default "require_js_src" parameter. Should I not use the default?
I have tried changing my configuration but the error persists. Here is my configuration (which should be pretty standard):
Also, I'm using RequireJS as an Assetic filter in my template as follows:
And my main "app.js" file that should be loaded:
The text was updated successfully, but these errors were encountered: