Browse Source

trysmalltalk: activate deploy mode

Manfred Kroehnert 11 years ago
parent
commit
4b1f47b8ff
1 changed files with 2 additions and 1 deletions
  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
       }
     }
   });