aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlucaflisi <[email protected]>2013-04-11 14:01:23 +0200
committerlucaflisi <[email protected]>2013-04-11 14:01:23 +0200
commit43b0a1287aba6f32e4ea372a217a17d36e845cf7 (patch)
tree56edcef77672a32f2652a43ac48aded5617f3ef2 /Makefile
parenta35b9b7d0cf3c046f2e8d72fe0de5efdf7918281 (diff)
downloadbootstrap-43b0a1287aba6f32e4ea372a217a17d36e845cf7.tar.xz
bootstrap-43b0a1287aba6f32e4ea372a217a17d36e845cf7.zip
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
No more needed in Bootstrap 3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48aacdf08..7c95b1900 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