diff options
| author | Mark Otto <[email protected]> | 2015-08-10 23:48:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 23:48:33 -0700 |
| commit | eb41c812e47662040944c63c1ae034bceba2c3fe (patch) | |
| tree | 019e10a7aa83c01206aa66406c51e904911849e4 | |
| parent | 2e98fd872c5a84573812e5a1b5f2ab8a6a7f84ac (diff) | |
| download | bootstrap-eb41c812e47662040944c63c1ae034bceba2c3fe.tar.xz bootstrap-eb41c812e47662040944c63c1ae034bceba2c3fe.zip | |
fix config for ignoring assets source scss
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index e39fe31d4..439bf865c 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ port: 9001 baseurl: "" url: http://getbootstrap.com encoding: UTF-8 -exclude: [assets/less/] +exclude: [assets/scss/] # Custom vars current_version: 4.0.0-alpha |
