Skip to main content

Questions tagged [requirejs]

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node.js. If you are using the require call that comes bundled with Node.js then you are NOT using RequireJS. Please do not use this tag for such cases. Use the require tag instead.

requirejs
19 votes
3 answers
13k views

RequireJS Compilation in Maven project with external JS dependencies

I have a web project that's built with Maven and I'm trying to figure out the best way to compile the JavaScript files with the RequireJS compiler (this question could apply to any compiler/minifier ...
Ates Goral's user avatar
  • 139k
82 votes
5 answers
66k views

How do I use requireJS and jQuery together?

I would like to use requireJS and I am using jQuery. I don't want to use the combined version of requireJS and jQuery since I am not using the latest jQuery version. What is the best way for me to ...
Naor's user avatar
  • 23.8k
2 votes
1 answer
1k views

RequireJS 'traditional' script loading aka Order Plugin

I have been beating my head against this for quite a while. I'm loading about 60 script files that need to respect a certain dependency structure. Loading these normally in requirejs does not work, ...
Drew's user avatar
  • 4,691
16 votes
2 answers
8k views

Is it possible to use requirejs when modules may have to be removed to conserve memory

We develop an application in an embedded environment. It is a high level computing environment with a complete webbrowser on top of a busybox Linux system. The only exception is that the system has a ...
Ernelli's user avatar
  • 4,030

15 30 50 per page
1
512 513 514 515
516