1
0
Kaynağa Gözat

Fix so that *.deploy.js files are actually different than regular files.

Göran Krampe 13 yıl önce
ebeveyn
işleme
e57cb71a2d
3 değiştirilmiş dosya ile 115 ekleme ve 286 silme
  1. 114 285
      js/IDE.deploy.js
  2. 0 0
      js/IDE.js
  3. 1 1
      st/IDE.st

Dosya farkı çok büyük olduğundan ihmal edildi
+ 114 - 285
js/IDE.deploy.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
js/IDE.js


+ 1 - 1
st/IDE.st

@@ -574,7 +574,7 @@ commitCategory
 	    send.
 	(Ajax url: self class commitPathJs, '/', selectedCategory, '.deploy.js')
 	    at: 'type' put: 'PUT';
-	    at: 'data' put: (Exporter new exportCategory: selectedCategory);
+	    at: 'data' put: (StrippedExporter new exportCategory: selectedCategory);
 	    at: 'error' put: [self alert: 'Commit failed!!'];
 	    send.
 	(Ajax url: self class commitPathSt, '/', selectedCategory, '.st')

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor