From 415067f00638e191cce6d82706d4d4b2f9ef306d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Aug 2016 18:28:25 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- make_bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_bootstrap.js b/make_bootstrap.js index eb57bcb..fd8af39 100644 --- a/make_bootstrap.js +++ b/make_bootstrap.js @@ -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)