aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 07:59:52 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 07:59:52 -0700
commitf6fc6f10aaa20546a4388c3aa100b0763f07b266 (patch)
treeb27cd05182a00ef35d4c4b430fa2ed1414716260 /Makefile
parentb295e4d28e9ee519488d58e79a40d9ec583eaebb (diff)
downloadjsCalDAV-f6fc6f10aaa20546a4388c3aa100b0763f07b266.tar.gz
Revert "Revert "Hacks to get this working in browser""
This reverts commit b295e4d28e9ee519488d58e79a40d9ec583eaebb.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)