Commit 2b85a48f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove default --examples-base-url from touch2 rake task.

The default value is now specified in config.json in touch repo.
parent a828b4c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -430,13 +430,12 @@ task :touch2, [:mode] => :sass do |t, args|
  if mode == "export"
    runner.add_export_notice("touch/2-0")
    runner.add_phone_redirect
    # override settings in config.json
    runner.add_options [
      "--welcome", "#{SDK_DIR}/touch/docs/build-welcome.html",
      "--eg-iframe", "#{SDK_DIR}/touch/docs/build-eg-iframe.html",
      "--examples-base-url", "../examples/",
    ]
  else
    runner.add_options ["--examples-base-url", "touch/examples/"]
  end

  runner.add_debug if mode == "debug"