To upgrade Bootstrap:
- Change directory to
ng_modular_admin/lib
. - Download the latest source release.
- Unzip the contents into
ng_modular_admin/lib/src
. - Rename
bootstrap-4.*/scss
tobootstrap
. - Remove the Zip file.
- Run
dart ng_modular_admin/tool/build-styles.dart
to rebuild the stylesheets.
To upgrade Open Sans:
- Change directory to
ng_modular_admin/lib
- Download Zip file from the open-sans GitHub project.
- Unzip the contents.
- Put the contents of the
/fonts
directory intong_modular_admin/lib/open-sans/fonts
. - Put everything else in
ng_modular_admin/lib/src/open-sans
. - Remove the Zip file.
- Run
dart ng_modular_admin/tool/build-styles.dart
to rebuild the stylesheets.
To upgrade Modular Admin from upstream:
Modular Admin itself cannot be updated from upstream! This project has been restructured so much from its original source that merging upstream patches into this project is not feasible.