Skip to content

Commit

Permalink
Merge pull request #300 from artefactual/dev/compile-theme-files
Browse files Browse the repository at this point in the history
Clarify Bootstrap 5 compile commands.
  • Loading branch information
melaniekung authored Oct 23, 2024
2 parents 8cf6e76 + 7fc398b commit 92a4851
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
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.

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

Expand Down

0 comments on commit 92a4851

Please sign in to comment.