소스 검색

trysmalltalk: activate deploy mode

Manfred Kroehnert 11 년 전
부모
커밋
4b1f47b8ff
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      trysmalltalk/Gruntfile.js

+ 2 - 1
trysmalltalk/Gruntfile.js

@@ -14,7 +14,8 @@ module.exports = function(grunt) {
       trysmalltalk: {
         src: ['st/TrySmalltalk.st'],
         libraries: ['Canvas'],
-        output_dir: 'js'
+        output_dir: 'js',
+        deploy: true
       }
     }
   });