diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-08 23:03:28 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-08 23:03:28 +0100 |
| commit | dd9946e919fec7cd3f187da38188e51688d30c0c (patch) | |
| tree | 075497331b27fe1ba70b49f8a850d800cb22bebc | |
| parent | 41b28689062eeb564f41fcf06fac95521d0449a6 (diff) | |
| download | bootstrap-dd9946e919fec7cd3f187da38188e51688d30c0c.tar.xz bootstrap-dd9946e919fec7cd3f187da38188e51688d30c0c.zip | |
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 |
