added license and rebuilt tree...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-04-07 14:45:15 +03:00
parent 63c8d93798
commit ac9cdb605f
3 changed files with 8 additions and 1 deletions

View File

@ -10,4 +10,7 @@ bootstrap.js:
bootstrap: bootstrap.js
clean:
rm -f bootstrap.js

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,10 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
bootstrap['Doc/About'] = {
text: fs.readFileSync('README.md').toString(),
} }
if(fs.existsSync('LICENSE')){
bootstrap['LICENSE'] = {
text: fs.readFileSync('LICENSE').toString(),
} }
if(!bootstrap.WikiHome){
console.log('Setting:', 'WikiHome')
bootstrap.WikiHome = {