Explorar o código

trysmalltalk: activate deploy mode

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
4b1f47b8ff
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
       }
     }
   });