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

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)