From 1ecf32896d05aa12b6da563dabcd00d10cdabefb Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 26 Sep 2011 14:15:17 -0400 Subject: [PATCH] adding apple-mobile-specific flags to see if we can get rid of the browser bar. Changing the name of the manifest file to appcache per html5 recommendations --- js-assembler/package.rkt | 2 ++ whalesong-helpers.rkt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/js-assembler/package.rkt b/js-assembler/package.rkt index a932cd6..1e6088a 100644 --- a/js-assembler/package.rkt +++ b/js-assembler/package.rkt @@ -499,6 +499,8 @@ EOF + + ~a ~a diff --git a/whalesong-helpers.rkt b/whalesong-helpers.rkt index 0673d4d..dd00de6 100644 --- a/whalesong-helpers.rkt +++ b/whalesong-helpers.rkt @@ -120,7 +120,7 @@ (build-path (regexp-replace #rx"[.](rkt|ss)$" (path->string (file-name-from-path f)) - ".manifest"))]) + ".appcache"))]) (unless (directory-exists? (current-output-dir)) (fprintf (current-report-port) "Creating destination directory ~s\n" (current-output-dir)) (make-directory* (current-output-dir)))