Hi,

it seems that the js-import-maven-plugin does not work together with the
require.js text plugin. Is that right?
When I tried loading an HTML fragment like this:

---- %< ---------------------
[...]
require(["!templates/dummy.html"], function(dummy){
            window.console.debug("dummy: " + dummy);
        });
[...]
---- >%  ---------------------

, I always got an undefined object for "dummy".


Thank you!

Reply via email to