We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c7862 commit 5c541f6Copy full SHA for 5c541f6
.gitignore
@@ -21,6 +21,7 @@ build/
21
node_modules/
22
assets/dist/
23
*.bundle.js
24
+lizmap/www/assets/jelix/*
25
26
# Config
27
lizmap/var/config/lizmapConfig.ini.php
lizmap/install/installer.php
@@ -4,4 +4,6 @@
4
5
require __DIR__.'/../application.init.php';
6
7
+jFile::copyDirectoryContent(__DIR__.'/../vendor/jelix/jelix/lib/jelix-www', __DIR__.'/../www/assets/jelix');
8
+
9
exit(Installer::launch());
lizmap/www/assets/jelix/.empty
0 commit comments