Skip to main content

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

  1. Replace the old CSS and JS files with the new versions.
  2. These files are in the dist/assets folder.

Updating source files

If you’re working with SCSS:

  1. Replace all files in src/assets/css, except _user-vars.scss and _users.scss (they contain your changes).
  2. 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.