Forráskód Böngészése

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

Göran Krampe 13 éve
szülő
commit
e57cb71a2d
3 módosított fájl, 115 hozzáadás és 286 törlés
  1. 114 285
      js/IDE.deploy.js
  2. 0 0
      js/IDE.js
  3. 1 1
      st/IDE.st

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 114 - 285
js/IDE.deploy.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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')

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott