Browse Source

Disable TSC compilation step until OS X passes build box

Josh Engebretson 10 years ago
parent
commit
4274ae907b
1 changed files with 3 additions and 3 deletions
  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