Browse Source

Fix: missing namespace in grunt amberc:all

Herbert Vojčík 10 years ago
parent
commit
25146523ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      root/Gruntfile.js

+ 1 - 0
root/Gruntfile.js

@@ -33,6 +33,7 @@ module.exports = function(grunt) {
             'src/{%= name %}.st', // list all sources in dependency order
             'src/{%= name %}-Tests.st' // list all tests in dependency order
         ],
+        amd_namespace: '{%= namespace %}',
         libraries: ['SUnit', 'Web']
       },
       test_runner: {