From 4e92f8e74d83ce58d6a91720fb034faca83061ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 3 Feb 2011 22:36:21 +0100 Subject: Sync submodule themes with HEAD. --- themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes b/themes index bb212f4..8eab8cb 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit bb212f40f9d31356fb156718e2afea4b6b39aa24 +Subproject commit 8eab8cb555bf9c49f9a7b017afe67a37a52c6acb -- cgit v1.2.3 From 3789acbea32de034030bdcd2d5224253e714a2d1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 7 Feb 2011 18:27:25 +0100 Subject: Exclude Ruby and SCSS files in default Ikiwiki config. --- include.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include.mk b/include.mk index 601dc9e..819edda 100644 --- a/include.mk +++ b/include.mk @@ -2,3 +2,4 @@ IKIWIKI_SHARED_OPTIONS ?= \ --templatedir $(CURDIR)/shared/templates \ --underlaydir $(CURDIR)/shared/basewiki \ --libdir $(CURDIR)/shared/perl \ + --set exclude='^.*\.(rb|scss)$$' -- cgit v1.2.3