Hi,
Is it possible to create one or two javascripts during the export ? I've been told the less files to load the better.
Thanks.
Lucky Luke
Export one javascript file ?
Re: Export one javascript file ?
When loading the application, I noticed more than 300 requests to the server are done. (the requirejs script is responsible for this
)
Am I doing something wrong ? Should I set some option to reduce this ?
Thanks.

Am I doing something wrong ? Should I set some option to reduce this ?
Thanks.
Re: Export one javascript file ?
DOJO is splitted in many small files, that's why you get a lot of request. I will take a look to see if we can merge them into one big file