bonfire-app/flavours/cooperation/config/deps.js.sh
Mayel de Borniol 7c54e7be41 misc
2022-09-07 08:59:28 +12:00

12 lines
439 B
Bash
Executable file

#!/bin/sh
# Add any extensions/deps with a package.json in their /assets directory here
# NOTE: any LV Hooks should also be added to ./deps_hooks.js
# TODO: make this more configurable? ie. autogenerate from active extensions with JS assets
DEPS='iconify_ex bonfire_ui_common bonfire_editor_quill bonfire_geolocate bonfire_ui_kanban'
# bonfire_editor_ck
chmod +x ./assets/install_extensions.sh
./assets/install_extensions.sh "$DEPS" $@