mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f479ed07c8
commit
415067f006
@ -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(/\.(tpl|md|css|html)/, '')
|
||||
|
||||
if(p)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user