From: Mark Otto Date: Sat, 20 Jul 2013 07:07:04 +0000 (-0700) Subject: undo change to config exclude X-Git-Tag: v3.0.0-rc1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1065a1ef80d46dc4229aabdb9c7ebcabc0fb771;p=thirdparty%2Fbootstrap.git undo change to config exclude --- diff --git a/_config.yml b/_config.yml index 9bc6ecd98b..0ab7ee81ed 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