Browse Source

trysmalltalk: activate deploy mode

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
4b1f47b8ff
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
       }
     }
   });