From 549136527e6c527401a9b5873c3fd75a84a38468 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 23 May 2014 17:08:45 +0200 Subject: [PATCH 1/2] Update makefile to compress css on release. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2977bd8b..58a21286 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,8 @@ ifneq ($(NODEJS_BIN_EXISTS), 1) $(error "Can't find node.js runtime, please install / check your PATH") endif +SASSFLAGS = --style=expanded + # Tools AUTOPREFIXER_BROWSER_SUPPORT := "> 1%, last 2 versions, Firefox ESR, Opera 12.1" @@ -92,7 +94,6 @@ test: get assets: styles javascript -styles: SASSFLAGS = --style=expanded styles: mkdir -p $(CURDIR)/static/css mkdir -p $(CURDIR)/static/fonts From 16e91e04d3eb3d973724386db6dfa052dd7e1875 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Sat, 24 May 2014 21:07:41 +0200 Subject: [PATCH 2/2] Ignore automake autoconf generated files. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index f7e346c2..2648a45a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,15 @@ server.key server.csr server.crt server.pem +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h +config.h.in +config.status +configure +install-sh +missing +stamp-h1