Commit f75d4015 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Place Touch into touch-build/ instead of touch/.

This way it's also similar to ExtJS docs where there is a extjs-build/
dir.
parent ff9c905a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ task :touch2 => :sass do
  runner.add_options(
    "--output", OUT_DIR,
    "--config", "#{SDK_DIR}/touch/docs/config.json",
    "--examples-base-url", "touch/examples/production/",
    "--examples-base-url", "touch-build/examples/production/",
    "--seo",
    "--tests"
  )
@@ -255,7 +255,7 @@ task :touch2 => :sass do
  runner.add_comments('touch', '2')
  runner.run

  system("cp -r #{TOUCH_BUILD} #{OUT_DIR}/touch")
  system("cp -r #{TOUCH_BUILD} #{OUT_DIR}/touch-build")
end

task :default => :spec