You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I specify the RequireJS config file on the command line? I've seen this requireConfig option in the API, but it's not mentioned as a command line option. I attempted the following
How can I specify the RequireJS config file on the command line? I've seen this requireConfig option in the API, but it's not mentioned as a command line option. I attempted the following
dependo -f amd --requireConfig subdir/Config.js . >dependencies.html
in the directory under which all source exists, but that had no effect in limiting the dependencies to those rooted in the Config.js file.
-JM
The text was updated successfully, but these errors were encountered: