From eb41c812e47662040944c63c1ae034bceba2c3fe Mon Sep 17 00:00:00 2001 From: Mark Otto <markdotto@gmail.com> Date: Mon, 10 Aug 2015 23:48:33 -0700 Subject: [PATCH] fix config for ignoring assets source scss --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e39fe31d48..439bf865c9 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 -- GitLab