From 5e1c2820f172d2616067883097460483c37cb489 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 16 Jan 2013 14:26:57 +0200 Subject: [PATCH] Add :touch2 --import testing code to Rakefile. In commented out form, to be used when needed. --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 0b68fa87..c13fc20d 100644 --- a/Rakefile +++ b/Rakefile @@ -273,6 +273,10 @@ task :touch2 => :sass do "--output", OUT_DIR, "--config", "#{SDK_DIR}/touch/docs/config.json", "--examples-base-url", "touch-build/examples/production/", + # "--import", "Touch 1.1:../docs.sencha.com/exports/touch-1.1", + # "--import", "Touch 2.0:../docs.sencha.com/exports/touch-2.0.1", + # "--import", "Touch 2.1.0:../docs.sencha.com/exports/touch-2.1.0", + # "--import", "Touch 2.1.1", "--seo" ) -- GitLab