summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-08-01 11:35:11 -0400
committerThomas Park <thomas@thomaspark.me>2014-08-01 11:35:11 -0400
commit30b9a085bf7927dcde7ca3ebeffc341a0825bf32 (patch)
tree7c71094188e4e3c0b08bd589fae7a615184e4c30
parent7cbbdf88382934bfa0dd19a92fdaad5a91647267 (diff)
add missing comma in config
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 803a7728..26bd196c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1 @@
-exclude: ["src", "node_modules", "bower.json", "bower_components/font-awesome/src" "composer.json", "package.json", "README.md", "LICENSE", "Gruntfile.js", "Gemfile"]
+exclude: ["src", "node_modules", "bower.json", "bower_components/font-awesome/src", "composer.json", "package.json", "README.md", "LICENSE", "Gruntfile.js", "Gemfile"]