Commit 7eb084dd authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Set --examples-base-url for Touch 2.0.1 examples.

parent 663030a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -454,6 +454,8 @@ task :touch2, [:mode] => :sass do |t, args|
      "--eg-iframe", "#{SDK_DIR}/touch/docs/build-eg-iframe.html",
      "--examples-base-url", "../examples/",
    ]
  else
    runner.add_options ["--examples-base-url", "touch/examples/production/"]
  end

  runner.add_debug if mode == "debug"