Page 1 of 1

Export one javascript file ?

Posted: Wed Oct 26, 2016 2:36 pm
by LuckyLuke
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

Re: Export one javascript file ?

Posted: Wed Nov 02, 2016 7:36 am
by LuckyLuke
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.

Re: Export one javascript file ?

Posted: Wed Nov 02, 2016 8:04 am
by Fred
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