From: lucaflisi Date: Thu, 11 Apr 2013 12:01:23 +0000 (+0200) Subject: Remove BOOTSTRAP_RESPONSIVE_LESS in css compile X-Git-Tag: v3.0.0-rc1~450^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7539%2Fhead;p=thirdparty%2Fbootstrap.git Remove BOOTSTRAP_RESPONSIVE_LESS in css compile No more needed in Bootstrap 3 --- diff --git a/Makefile b/Makefile index 48aacdf08a..7c95b19001 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,6 @@ bootstrap/css/*.css: less/*.less mkdir -p bootstrap/css recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css - recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css - recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css # # FONTS