From a85c11eb455eab5e57b66a5e8266f3e4ec772567 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Fri, 28 Jun 2013 14:09:46 +0200 Subject: [PATCH 1/2] removing bootstrap-fonts rule in Makefile for bootstrap rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b54f149ab2..e0846c74ec 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ clean: # recess & uglifyjs are required # -bootstrap: bootstrap-fonts bootstrap-css bootstrap-js +bootstrap: bootstrap-css bootstrap-js # From 37e4fbf9cabc1aa064b8c04ca6f291fa13ad3160 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Fri, 28 Jun 2013 14:19:46 +0200 Subject: [PATCH 2/2] removing useless space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0846c74ec..257754b509 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ clean: # recess & uglifyjs are required # -bootstrap: bootstrap-css bootstrap-js +bootstrap: bootstrap-css bootstrap-js #