Hello,
I'm a webdeveloper and I'm quite new to designing a Portal. I have succesfully created a portal and got it up and running. I also succeeded in uploading my own CSS to make modifications.
But then I discovered that the portal is based on Bootstrap 3 and I would like to use bootstrap 4. I have managed to update the bootstrap.min.css file, but in the HTML generated on the portal I also see references to /css/glyphicons-font-awesome-migrate.min.css and to "preform.bundle-64fa3497fa.js" among other things.
I'm not too worried about the CSS, but I am wondering how to edit the Javascript files, or how to manage what files get included in the bundle, as Bootstrap 4 uses different javascript code that seems to clash with what's in the preform.bundle.js file.
Any help please?
Thank you very much