diff --git a/Rakefile b/Rakefile index 0b68fa8743d84a07ad236be45203885661acd003..c13fc20d72a696bd24236b67f9f6874e9b935323 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" )