From c64a8cfc72c2c6ef1b766aeb019b22dc75f6d6bd Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 19 Aug 2013 12:19:00 -0700 Subject: [PATCH] add glyphicons to customizer --- Gruntfile.js | 6 +++--- assets/js/customizer.js | 18 ++++++++++++++++-- customize.html | 6 ++++-- validation-status.json | 1 + 4 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 validation-status.json diff --git a/Gruntfile.js b/Gruntfile.js index 79f5715d87..5aebcd8b7a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -202,7 +202,7 @@ module.exports = function(grunt) { var files = {} fs.readdirSync(type) .filter(function (path) { - return new RegExp('\\.' + type + '$').test(path) + return type == 'fonts' ? true : new RegExp('\\.' + type + '$').test(path) }) .forEach(function (path) { return files[path] = fs.readFileSync(type + '/' + path, 'utf8') @@ -211,7 +211,7 @@ module.exports = function(grunt) { } var customize = fs.readFileSync('customize.html', 'utf-8') - var files = '\n - + \ No newline at end of file diff --git a/validation-status.json b/validation-status.json new file mode 100644 index 0000000000..88c41e9dc4 --- /dev/null +++ b/validation-status.json @@ -0,0 +1 @@ +{"_gh_pages/components/index.html":true,"_gh_pages/css/index.html":true,"_gh_pages/customize/index.html":true,"_gh_pages/examples/carousel/index.html":true,"_gh_pages/examples/grid/index.html":true,"_gh_pages/examples/jumbotron-narrow/index.html":true,"_gh_pages/examples/jumbotron/index.html":true,"_gh_pages/examples/justified-nav/index.html":true,"_gh_pages/examples/navbar-fixed-top/index.html":true,"_gh_pages/examples/navbar-static-top/index.html":true} \ No newline at end of file