Skip to content

Commit

Permalink
Add theme build commands to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Nov 18, 2024
1 parent 8cf6e76 commit ae7e4d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev-manual/env/compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ All seven docker containers should now be up and running.
# Execute a command in the running container atom: purge database
docker-compose exec atom php symfony tools:purge --demo
Compile Bootstrap 5 Theme Files:
--------------------------------

.. code-block:: bash
sudo npm install
sudo npm run build
Compile Bootstrap 2 Theme Files:
--------------------------------

.. code-block:: bash
# Execute another command: build stylesheets
docker-compose exec atom make -C plugins/arDominionPlugin
Expand Down

0 comments on commit ae7e4d6

Please sign in to comment.