소스 검색

Fix: missing namespace in grunt amberc:all

Herbert Vojčík 10 년 전
부모
커밋
25146523ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: {