aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-20 00:07:04 -0700
committerMark Otto <[email protected]>2013-07-20 00:07:04 -0700
commita1065a1ef80d46dc4229aabdb9c7ebcabc0fb771 (patch)
tree4679879649a7b1f29eeb8ed14c5edcbccd38889b
parent4b7f63a3a269987a967a8d6f419bdda3c0f206bf (diff)
downloadbootstrap-a1065a1ef80d46dc4229aabdb9c7ebcabc0fb771.tar.xz
bootstrap-a1065a1ef80d46dc4229aabdb9c7ebcabc0fb771.zip
undo change to config exclude
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 9bc6ecd98..0ab7ee81e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,5 +7,5 @@ permalink: pretty
# Server
destination: ./_gh_pages
-exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less", "js"]
+exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md"]
port: 9001