소스 검색

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

Göran Krampe 13 년 전
부모
커밋
e57cb71a2d
3개의 변경된 파일115개의 추가작업 그리고 286개의 파일을 삭제
  1. 114 285
      js/IDE.deploy.js
  2. 0 0
      js/IDE.js
  3. 1 1
      st/IDE.st

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 114 - 285
js/IDE.deploy.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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')

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.