Browse Source

grunt: fix compilation of nodejs/hello

Manfred Kroehnert 11 years ago
parent
commit
419a9b18ad
1 changed files with 2 additions and 3 deletions
  1. 2 3
      nodejs/Gruntfile.js

+ 2 - 3
nodejs/Gruntfile.js

@@ -12,10 +12,9 @@ module.exports = function(grunt) {
         closure_jar: ''
       },
       hello: {
-        working_dir: 'hello',
-        src: ['Hello.st'],
+        src: ['hello/Hello.st'],
         main_class: 'Hello',
-        output_name: 'Program'
+        output_name: 'hello/Program'
       },
       benchfib: {
         working_dir: 'benchfib',