Hi,
I have defined a package of clientScript with a bunch of JS files (&CSS) in the main config file
but I want that these files will load after an embedded script.
How can I do that?
sample of what I need:
Thanks!
I have defined a package of clientScript with a bunch of JS files (&CSS) in the main config file
but I want that these files will load after an embedded script.
How can I do that?
sample of what I need:
<html> <head> <script> //some embedded script </script> <!-- All the other scripts from the package will be here --> </head> ...
Thanks!