Ver código fonte

trysmalltalk: activate deploy mode

Manfred Kroehnert 11 anos atrás
pai
commit
4b1f47b8ff
1 arquivos alterados com 2 adições e 1 exclusões
  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
       }
     }
   });