bonfire-app/flavours/classic/config/deps.js.sh

9 lines
257 B
Bash
Raw Normal View History

2021-12-21 06:47:44 +00:00
#!/bin/sh
2021-07-27 18:20:05 +00:00
# any extensions/deps with a package.json in their /assets directory
2022-03-09 19:52:27 +00:00
# space seperated
2022-09-06 20:59:28 +00:00
DEPS='iconify_ex bonfire_ui_common bonfire_editor_quill'
# bonfire_editor_ck
2021-07-27 18:20:05 +00:00
chmod +x ./assets/install_extensions.sh
./assets/install_extensions.sh "$DEPS" $@