mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +00:00
added license and rebuilt tree...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
63c8d93798
commit
ac9cdb605f
3
Makefile
3
Makefile
@ -10,4 +10,7 @@ bootstrap.js:
|
||||
bootstrap: bootstrap.js
|
||||
|
||||
|
||||
clean:
|
||||
rm -f bootstrap.js
|
||||
|
||||
|
||||
|
||||
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user