Skip to content

Commit 4f9d9e9

Browse files
authored
Merge pull request #301 from artefactual/dev/compile-theme-files-compose
Add theme build commands to compose
2 parents eea24f8 + ae7e4d6 commit 4f9d9e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dev-manual/env/compose.rst

+14
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@ All seven docker containers should now be up and running.
114114
# Execute a command in the running container atom: purge database
115115
docker-compose exec atom php symfony tools:purge --demo
116116
117+
118+
Compile Bootstrap 5 Theme Files:
119+
--------------------------------
120+
121+
.. code-block:: bash
122+
123+
sudo npm install
124+
sudo npm run build
125+
126+
Compile Bootstrap 2 Theme Files:
127+
--------------------------------
128+
129+
.. code-block:: bash
130+
117131
# Execute another command: build stylesheets
118132
docker-compose exec atom make -C plugins/arDominionPlugin
119133

0 commit comments

Comments
 (0)