1
0
Selaa lähdekoodia

Fix: missing namespace in grunt amberc:all

Herbert Vojčík 10 vuotta sitten
vanhempi
commit
25146523ac
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: {