From 23ba81022628d75f881a9285e4ca8fc0c394abfe Mon Sep 17 00:00:00 2001 From: James Lal Date: Thu, 28 Jun 2012 13:44:41 +0200 Subject: Hacks to get this working in browser --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f85fc11..cd03616 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ package: test-agent-config cat $(VENDOR)/sax.js >> $(WEB_FILE) echo ';' >> $(WEB_FILE) cat $(LIB_ROOT)/webcals.js >> $(WEB_FILE) + cat $(LIB_ROOT)/ical.js >> $(WEB_FILE) cat $(LIB_ROOT)/responder.js >> $(WEB_FILE) cat $(LIB_ROOT)/sax.js >> $(WEB_FILE) cat $(LIB_ROOT)/template.js >> $(WEB_FILE) -- cgit