Skip to content
Snippets Groups Projects

add merge_js.sh script

Merged Timm Fitschen requested to merge f-combine-js-files into f-boot-tour
Files
10
@@ -90,3 +90,48 @@ BUILD_CUSTOM_IMPRINT='<p> Put an imprint note here </p>'
@@ -90,3 +90,48 @@ BUILD_CUSTOM_IMPRINT='<p> Put an imprint note here </p>'
# ext_trigger_crawler_form properties
# ext_trigger_crawler_form properties
##############################################################################
##############################################################################
BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
 
 
##############################################################################
 
# Module dependencies
 
# Override or extend to specify the order of js files in the resulting
 
# bundled js file
 
##############################################################################
 
MODULE_DEPENDENCIES=(
 
jquery.js
 
bootstrap.bundle.min.js
 
bootstrap-autocomplete.min.js
 
bootstrap-select.js
 
state-machine.js
 
showdown.js
 
dropzone.js
 
loglevel.js
 
plotly.js
 
webcaosdb.js
 
pako.js
 
utif.js
 
caosdb.js
 
form_elements.js
 
ext_autocomplete.js
 
preview.js
 
ext_references.js
 
ext_table_preview.js
 
ext_xls_download.js
 
query_shortcuts.js
 
ext_jupyterdrag.js
 
annotation.js
 
edit_mode.js
 
ext_entity_state.js
 
ext_file_download.js
 
leaflet.js
 
leaflet-graticule.js
 
leaflet-latlng-graticule.js
 
leaflet-coordinates.js
 
proj4.js
 
proj4leaflet.js
 
ext_map.js
 
tour.js
 
ext_bottom_line.js
 
ext_sss_markdown.js
 
ext_trigger_crawler_form.js
 
ext_bookmarks.js
 
)
Loading