RequireJS text plugin (https://github.com/requirejs/text) needs files with .html
extension. It seems that the .html
requirement cannot be changed.
My html files are located in the web
folder of my Symfony project.
With the default configuration it is impossible to serve any static html files with Symfony.
RequireJS is making GET request for the templates but the html content isn't returned.
Is there any known workaround for this ?