diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-08-01 11:34:17 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-08-01 11:34:17 -0400 |
commit | 7cbbdf88382934bfa0dd19a92fdaad5a91647267 (patch) | |
tree | d9293a8ccae6c466e7aaa77ca1710a7e278c98f9 | |
parent | 2fe8fed718f0b10bfc62ae09bb51f70fc7ddd4e9 (diff) |
exclude font-awesome source
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 570cf0c1..803a7728 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -exclude: ["src", "node_modules", "bower.json", "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"] |