Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Bootstrap 5 compile commands. #300

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions admin-manual/installation/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,18 +299,23 @@ For development environments, the dev libraries should also be installed:

sudo ~/composer.phar install

.. _installation-ubuntu-compile-theme-files:

Compile Theme Files
===================

After downloading the code, you will need to compile the themes files:

Compile Bootstrap 5 Theme Files:
********************************
--------------------------------

.. code-block:: bash

sudo npm install
sudo npm run build

Compile Bootstrap 2 Theme Files:
********************************
--------------------------------

.. code-block:: bash

Expand Down
9 changes: 7 additions & 2 deletions admin-manual/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ To set the site base URL:

.. _upgrading-custom-themes:

Upgrading with a custom theme plugin
====================================
Compile Theme Files
===================

If you have developed a custom theme plugin for your application (for more
information, see :ref:`customization-custom-theme`), you may need to perform
Expand All @@ -374,6 +374,11 @@ correctly.
Bootstrap 5
+++++++++++

.. NOTE::

The following steps are required for all Bootstrap 5 themes, including the
built in arDominionB5Plugin theme.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks @melaniekung


Additional steps for tarball installations:
*******************************************

Expand Down
Loading