Explorar el Código

Fix: missing namespace in grunt amberc:all

Herbert Vojčík hace 10 años
padre
commit
25146523ac
Se han modificado 1 ficheros con 1 adiciones y 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 %}.st', // list all sources in dependency order
             'src/{%= name %}-Tests.st' // list all tests in dependency order
             'src/{%= name %}-Tests.st' // list all tests in dependency order
         ],
         ],
+        amd_namespace: '{%= namespace %}',
         libraries: ['SUnit', 'Web']
         libraries: ['SUnit', 'Web']
       },
       },
       test_runner: {
       test_runner: {