undo change to config exclude

This commit is contained in:
Mark Otto 2013-07-20 00:07:04 -07:00
parent 4b7f63a3a2
commit a1065a1ef8
1 changed files with 1 additions and 1 deletions

View File

@ -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