Hi everybody,
I am updating an Edge 4 project. Opening it with Edge 5 has generated a <project_name>_upgraded. It contains <project_name>_edge.js and <project_name>_edgeActions.js, but no <project_name>_edgePreload.js anymore. How can I make Edge 5 generate this file ? Or is the preloader now handled by the other two JS files ?
What is puzzling me : locally, my project runs fine in the browser without that <project_name>_edgePreload.js file ; but on the server, the preloader loops infinitely :-(
Any idea ? Thanks
Gil