bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-15 18:28:25 +03:00
parent f479ed07c8
commit 415067f006

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(/\.(tpl|md|css|html)/, '')
if(p)