diff --git a/bootstrap/System/style.tpl b/bootstrap/System/style.css similarity index 100% rename from bootstrap/System/style.tpl rename to bootstrap/System/style.css diff --git a/make_bootstrap.js b/make_bootstrap.js index 66839a0..eb57bcb 100644 --- a/make_bootstrap.js +++ b/make_bootstrap.js @@ -13,11 +13,11 @@ var glob = require('glob') var bootstrap = {} // XXX add support for json... -glob('bootstrap/**/*.@(tpl|md)') +glob('bootstrap/**/*.@(tpl|md|css|html)') .on('match', function(path){ var p = path .replace('bootstrap/', '') - .replace(/.tpl|.md/, '') + .replace(/.(tpl|md|css|html)/, '') if(p)