diff --git a/README.md b/README.md index 9f2c743..8d417b1 100755 --- a/README.md +++ b/README.md @@ -45,24 +45,24 @@ are likely to change, the implementation / API **will definitely** change! ;)_ - a stand-alone testing platform and reference implementation for pWiki components. - ### General Documentation: -- [General info](README.md) -- This document. -- [Bootstrap path](bootstrap/Doc/Path.md) -- Path mechanics. -- [Bootstrap macros](bootstrap/Doc/Macros.md) -- Macro documentation +- [General info](README.md) - This document. +- [Bootstrap path](bootstrap/Doc/Path.md) - Path mechanics. +- [Bootstrap macros](bootstrap/Doc/Macros.md) - Macro documentation + ### Project: - The project on [GitHub](https://github.com/flynx/pWiki) - pWiki [live demo (hosted on Gitgub)](https://flynx.github.io/pWiki/) _– diff --git a/make_bootstrap.js b/make_bootstrap.js index c88438a..1c7b3ca 100755 --- a/make_bootstrap.js +++ b/make_bootstrap.js @@ -32,6 +32,7 @@ glob('bootstrap/**/*.@(tpl|md|css|html)') text: fs.readFileSync('README.md').toString(), } } if(fs.existsSync('LICENSE')){ + console.log('Setting:', 'LICENSE') bootstrap['LICENSE'] = { text: fs.readFileSync('LICENSE').toString(), } }