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 https://github.com/hearsayit/HearsayRequireJSBundle/commit/9293c46b35bdc652effb1928de82543e3de4e097, 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: