I have done this several times. And the same result.
New Project. Different Directory.
Head Update: Asset removed from head: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
Head Update: Head node changed successfully
Head Update: Asset add to head: js/jquery-3.3.1.slim.min.js
Update Head: Remove older jQuery: js/jquery-3.3.1.slim.min.js
Head Update: Head node changed successfully
Copy file jquery-3.3.1.slim.min.js
Head Update: Fixing external path from: https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css to bootstrap/4/css/bootstrap.min.css
Head Update: Asset add to head: bootstrap/4/css/font-awesome.min.css
Head Update: Asset add to head: bootstrap/4/js/popper.min.js
Head Update: Fixing external path from: https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js to bootstrap/4/js/bootstrap.min.js
Head Update: Head node changed successfully
Copy file bootstrap.min.css
Copy file font-awesome.min.css
Copy file popper.min.js
Copy file bootstrap.min.js
Tested locally like 5 different projects i cannot recreate any of the issues you are having with the bootsrap conversion - everything gets converted properly.
What if you try creating a new project and include bootstrap from scratch?
I have to convert some sites from cdn to local, to be used on intranet without internet, so that is not an option. I’m still not be able to convert. Even trying others demo proyects included with Wappler.
But also I test creating a new empty project, and awesome fonts 4.7.0 are not created/copied to the new empty project page.
Only:
Head Update: Asset add to head: js/jquery-3.3.1.slim.min.js
Head Update: Head node changed successfully
Copy file jquery-3.3.1.slim.min.js
Head Update: Asset add to head: bootstrap/4/css/bootstrap.min.css
Head Update: Asset add to head: bootstrap/4/css/font-awesome.min.css
Head Update: Asset add to head: bootstrap/4/js/popper.min.js
Head Update: Asset add to head: bootstrap/4/js/bootstrap.min.js
Head Update: Head node changed successfully
Copy file bootstrap.min.css
Copy file font-awesome.min.css
Copy file popper.min.js
Copy file bootstrap.min.js
I was able to reproduce this problem with an old page containing an older version of bootstrap, it didn’t remove the integrity and crossorigin attributes. We will fix this, with new pages there should be no problem and for now you have to fix this by removing the integrity and crossorigin attributes in code view.