bonfire-app/flavours/coordination/config/deps.js.sh
Mayel de Borniol 9f86721e46 flavours
2024-02-08 10:52:32 +00:00

12 lines
412 B
Bash

#!/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_editor_ck bonfire_geolocate bonfire_ui_kanban'
#
chmod +x ./js-deps-get.sh
./js-deps-get.sh "$DEPS" $@