Explorar o código

Fix: missing namespace in grunt amberc:all

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
25146523ac
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: {