1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 17:51:11 +02:00

Add single tournament mode

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-06-07 15:18:59 +02:00
parent 85b3da09f6
commit ec2fa43e20
4 changed files with 19 additions and 4 deletions

View File

@ -212,9 +212,14 @@ PIPELINE = {
},
'output_filename': 'tfjm/js/bootstrap.bundle.min.js',
},
'bootstrap_select': {
'jquery': {
'source_filenames': {
'jquery/jquery.min.js',
},
'output_filename': 'tfjm/js/jquery.min.js',
},
'bootstrap_select': {
'source_filenames': {
'bootstrap-select/js/bootstrap-select.min.js',
'bootstrap-select/js/defaults-fr_FR.min.js',
},