Export one javascript file ?

Just starting out? Need help? Post your questions and find answers here.
LuckyLuke
Posts: 20
Joined: Wed Oct 26, 2016 9:50 am

Export one javascript file ?

Post 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
LuckyLuke
Posts: 20
Joined: Wed Oct 26, 2016 9:50 am

Re: Export one javascript file ?

Post 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.
Fred
Site Admin
Posts: 1821
Joined: Mon Feb 24, 2014 10:51 am

Re: Export one javascript file ?

Post 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
Post Reply