Skip to content

Commit cc49b0a

Browse files
committed
Install jelix-ww
1 parent f3c7862 commit cc49b0a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
use Jelix\Scripts\Installer;
44

55
require __DIR__.'/../application.init.php';
6+
jFile::copyDirectoryContent(__DIR__.'/../vendor/jelix/jelix/lib/jelix-www', __DIR__.'/../www/assets/jelix');
67

78
exit(Installer::launch());

lizmap/www/assets/jelix/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)