Просмотр исходного кода

Disable TSC compilation step until OS X passes build box

Josh Engebretson 10 лет назад
Родитель
Сommit
4274ae907b
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Rakefile

+ 3 - 3
Rakefile

@@ -82,9 +82,9 @@ namespace :build  do
     end
 
     # build the Atomic Editor
-    Dir.chdir("#{$RAKE_ROOT}/Script/AtomicEditor") do
-      sh "tsc"
-    end
+    #Dir.chdir("#{$RAKE_ROOT}/Script/AtomicEditor") do
+      #sh "tsc"
+    #end
 
 
   end