Skip to content

Commit 5c541f6

Browse files
committed
Install jelix-ww
1 parent f3c7862 commit 5c541f6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build/
2121
node_modules/
2222
assets/dist/
2323
*.bundle.js
24+
lizmap/www/assets/jelix/*
2425

2526
# Config
2627
lizmap/var/config/lizmapConfig.ini.php

lizmap/install/installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
require __DIR__.'/../application.init.php';
66

7+
jFile::copyDirectoryContent(__DIR__.'/../vendor/jelix/jelix/lib/jelix-www', __DIR__.'/../www/assets/jelix');
8+
79
exit(Installer::launch());

lizmap/www/assets/jelix/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)