Updating
Keep your theme up to date with these steps.
Download
When an update is available, the Bootstrap Themes platform will notify you with a download link. Before updating, check the changelog for HTML or CSS changes that might affect your customizations.
Update
Choose the update method based on your workflow:
Updating compiled files
- Replace the old CSS and JS files with the new versions.
- These files are in the
dist/assets
folder.
Updating source files
If you’re working with SCSS:
- Replace all files in
src/assets/css
, except_user-vars.scss
and_users.scss
(they contain your changes). - Recompile the theme using the build tools.
Note: If you're using the theme’s build tools, updated JS files are automatically included in dist. If you use custom tools, ensure you update the JS files.