Questions tagged as 'amd'

1
answer

Loading old libraries in RequireJS

What is the best way to configure old libraries that were not built using the AMD specification? I am referring to libraries that were not defined with the define () statement. In this case, I'm trying to load the JQuery 1.4 library. I read...
asked by 02.03.2015 / 21:56
1
answer

How do I migrate my website to RequireJS?

Currently I concatenate all my javascripts with grunt I send the mined file to the page, but I know a best practice is to use RequireJS to muddle everything, but I do not know how to migrate my Javascript files from "normal" to "modules ". :   ...
asked by 24.07.2015 / 20:38