From 3d2ae2a3d39d943e7295672700e0634ed2252973 Mon Sep 17 00:00:00 2001 From: Nick Poulden Date: Mon, 10 Oct 2011 14:18:30 -0700 Subject: [PATCH] Forward Touch users on a phone to static examples --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 249ff51b..6c979926 100644 --- a/Rakefile +++ b/Rakefile @@ -273,7 +273,8 @@ class JsDuckRunner @options += [ "--welcome", "template-min/touch-welcome.html", - "--body-html", '' + "--body-html", + '' ] end -- GitLab