]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile 7539/head
authorlucaflisi <luca.flisi@xplants.it>
Thu, 11 Apr 2013 12:01:23 +0000 (14:01 +0200)
committerlucaflisi <luca.flisi@xplants.it>
Thu, 11 Apr 2013 12:01:23 +0000 (14:01 +0200)
No more needed in Bootstrap 3

Makefile

index 48aacdf08abfb1a312879ea349dd47f39321a8f7..7c95b19001407424eb256ac8eb7425d2a77e6001 100644 (file)
--- 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