mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 02:20:08 +00:00
some refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ecab91a56c
commit
f15414f557
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
|
|||||||
.on('match', function(path){
|
.on('match', function(path){
|
||||||
var p = path
|
var p = path
|
||||||
.replace('bootstrap/', '')
|
.replace('bootstrap/', '')
|
||||||
.replace(/\.(tpl|md|css|html)/, '')
|
.replace(/\.(json|txt|md|css|html)/, '')
|
||||||
|
|
||||||
if(p)
|
if(p)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user