Quellcode durchsuchen

Correctif services.yaml

master
Guillaume vor 3 Jahren
Ursprung
Commit
40913dc2b8
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      config/services.yaml
  2. +1
    -0
      webpack.config.js

+ 1
- 0
config/services.yaml Datei anzeigen

@@ -60,3 +60,4 @@ services:

# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones


+ 1
- 0
webpack.config.js Datei anzeigen

@@ -44,6 +44,7 @@ Encore
*/
.addEntry('adminlte-common', './Lc/SovBundle/Resources/assets/app/adminlte/common/app.common.js')
.addEntry('adminlte-index', './Lc/SovBundle/Resources/assets/app/adminlte/index/app.index.js')
.addEntry('adminlte-form', './Lc/SovBundle/Resources/assets/app/adminlte/form/app.form.js')
.addEntry('adminlte-field-filemanager', './Lc/SovBundle/Resources/assets/app/adminlte/field/filemanager/app.filemanager.js')
.addEntry('adminlte-field-collection', './Lc/SovBundle/Resources/assets/app/adminlte/field/collection/app.collection.js')


Laden…
Abbrechen
Speichern