diff options
| author | Mark Otto <[email protected]> | 2014-03-08 15:08:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-08 15:08:36 -0800 |
| commit | c7984d41ca967d600246d5729dd0b88c40a9650c (patch) | |
| tree | 075497331b27fe1ba70b49f8a850d800cb22bebc | |
| parent | 41b28689062eeb564f41fcf06fac95521d0449a6 (diff) | |
| parent | dd9946e919fec7cd3f187da38188e51688d30c0c (diff) | |
| download | bootstrap-c7984d41ca967d600246d5729dd0b88c40a9650c.tar.xz bootstrap-c7984d41ca967d600246d5729dd0b88c40a9650c.zip | |
Merge pull request #12980 from ZDroid/config-yml-quotes
Remove redundant _config.yml quotes
| -rw-r--r-- | _config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 81e33da68..b1cf0caef 100644 --- a/_config.yml +++ b/_config.yml @@ -15,9 +15,9 @@ url: http://getbootstrap.com encoding: UTF-8 exclude: - - "jade" - - "src" - - "vendor" + - jade + - src + - vendor # Custom vars current_version: 3.1.1 |
