Hey guys,
I'm wanting to use SweetAlert2 in one of my applications but I'm having a problem with the JS files. The developers for SweetAlert2 have several JS files that seem to group relevant JS together. But I'm using Oracle APEX, and it doesn't quite allow the JS files to reference each other as they do (because they assume they're in the same directory).
Can anyone give me pointers on how to concatenate these files or if there's an easier way to do it? It'll have to be one file at the end.
Top comments (3)
Just took a quick look at it and the Readme has a line to include a minified version:
The important part is the URL of the CDN file:
Installation
...
...
...
So you can download the file from there and have your combined file locally without any effort.
Holy... I completely missed that! Cheers!
You're welcome :)