Skip to content

Commit

Permalink
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
Browse files Browse the repository at this point in the history
No more needed in Bootstrap 3
  • Loading branch information
lucaflisi committed Apr 11, 2013
1 parent a35b9b7 commit 43b0a12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43b0a12

Please sign in to comment.