Client side include for JS.
Posted: 17 April 2020, 15:22
Hi, all.
In PHP (server side) we can include files stored in module directory : "require_once( 'modules/something.php' );"
What can we do on client side if JS source file getting bigger and bigger.
Can we use dojo to create a module ?
My file is near 1000 lines long (and it's only the beginning), for diceforce it's near 5000 !
Thanks.
PJL
In PHP (server side) we can include files stored in module directory : "require_once( 'modules/something.php' );"
What can we do on client side if JS source file getting bigger and bigger.
Can we use dojo to create a module ?
My file is near 1000 lines long (and it's only the beginning), for diceforce it's near 5000 !
Thanks.
PJL