some refactoring...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-15 20:58:56 +03:00
parent ecab91a56c
commit f15414f557
19 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
- pWiki _portable app_
This is a simple note / todo /outline app.
This is a simple note / todo / outline app.
The pWiki app is a stand-alone instance of pWiki wrapped in an app
supporting all major desktop as well as mobile platforms.

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
.on('match', function(path){
var p = path
.replace('bootstrap/', '')
.replace(/\.(tpl|md|css|html)/, '')
.replace(/\.(json|txt|md|css|html)/, '')
if(p)