소스 검색

Load tests package as well in index.html.

Herbert Vojčík 10 년 전
부모
커밋
e3df2749b6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      root/index.html

+ 2 - 1
root/index.html

@@ -16,7 +16,8 @@
       }});
       require([
           'amber/devel',
-          '{%= namespace %}/{%= name %}'
+          '{%= namespace %}/{%= name %}',
+          '{%= namespace %}/{%= name %}-Tests'
       ], function (smalltalk) {
           //used for all new packages in IDE
           smalltalk.initialize({