Frameworks changing from CDN to Local

OS info

Problem description

Template App Convert Bootstrap to Local

Steps to reproduce

  1. New Proyect -> Select: Template -> App
  2. Once index.html is loaded select Add Framework to change Bootstrap 4 to Local
  3. Page does not work

Reazon: Proyect is using a different version and when this pass is done:
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
The local version is 4.1.1 and not the one used: 4.1.0

Community Page
Last updated: