Skip to content

Commit

Permalink
Add bower_components to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds authored and tonyganch committed Jun 9, 2014
1 parent 3dd4cf6 commit bb759a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/csscomb.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
"node_modules/**",
"bower_components/**"
],
"always-semicolon": true,
"block-indent": " ",
Expand Down
3 changes: 2 additions & 1 deletion config/yandex.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
"node_modules/**",
"bower_components/**"
],
"sort-order": [
[
Expand Down
3 changes: 2 additions & 1 deletion config/zen.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
"node_modules/**",
"bower_components/**"
],
"sort-order": [ [
"position",
Expand Down

0 comments on commit bb759a8

Please sign in to comment.