Add generic.styl to COMMON_FILES

Makes everything get rebuilt when it changes
pull/4/head
Adam Porter 9 years ago
parent e2104657d8
commit 29d6bcd59d

@ -3,7 +3,7 @@ VPATH = .:sites
CSS_DIR := css
COLORS := light dark
COMMON_FILES := $(wildcard styl/*.styl)
COMMON_FILES := $(wildcard styl/*.styl) sites/generic.styl
SITES := $(patsubst sites/%.styl,%,$(wildcard sites/*))
# ** Functions

Loading…
Cancel
Save