Browse Source

Merge remote-tracking branch 'upstream/master' into take-picture

pull/40/head
Evan Theurer 11 years ago
parent
commit
c77f0852d3
  1. 12
      .gitignore
  2. 3
      Makefile.am

12
.gitignore vendored

@ -26,3 +26,15 @@ server.key
server.csr server.csr
server.crt server.crt
server.pem server.pem
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.h
config.h.in
config.status
configure
install-sh
missing
stamp-h1

3
Makefile.am

@ -43,6 +43,8 @@ DIST := $(CURDIR)/dist_$(BUILD_ARCH)
DIST_SRC := $(DIST)/src DIST_SRC := $(DIST)/src
DIST_BIN := $(DIST)/bin DIST_BIN := $(DIST)/bin
SASSFLAGS = --style=expanded
# Tools # Tools
AUTOPREFIXER_BROWSER_SUPPORT := "> 1%, last 2 versions, Firefox ESR, Opera 12.1" AUTOPREFIXER_BROWSER_SUPPORT := "> 1%, last 2 versions, Firefox ESR, Opera 12.1"
@ -79,7 +81,6 @@ test: get
assets: styles javascript assets: styles javascript
styles: SASSFLAGS = --style=expanded
styles: styles:
$(MKDIR_P) $(CURDIR)/static/css $(MKDIR_P) $(CURDIR)/static/css
$(MKDIR_P) $(CURDIR)/static/fonts $(MKDIR_P) $(CURDIR)/static/fonts

Loading…
Cancel
Save