From: Mark Otto Date: Fri, 19 Dec 2014 08:36:16 +0000 (-0800) Subject: don't ignore the assets/js/src/ because then it doesn't make it to the generated... X-Git-Tag: v4.0.0-alpha~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438b8aa97f4e0cf8371a3d908a1413762709cada;p=thirdparty%2Fbootstrap.git don't ignore the assets/js/src/ because then it doesn't make it to the generated site --- diff --git a/_config.yml b/_config.yml index 6f3b1649ac..1d05764035 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ port: 9001 baseurl: "" url: http://getbootstrap.com encoding: UTF-8 -exclude: [assets/less/, assets/js/src/] +exclude: [assets/less/] # Custom vars current_version: 4.0.0-alpha