소스 검색

Gruntfile.js does not need Web

Herbert Vojčík 9 년 전
부모
커밋
2afa510041
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -37,7 +37,7 @@ module.exports = function (grunt) {
                     'src/DOMite-Tests.st' // list all tests in dependency order
                 ],
                 amd_namespace: 'domite',
-                libraries: ['SUnit', 'Web']
+                libraries: ['SUnit']
             },
             test_runner: {
                 src: ['node_modules/amber-dev/lib/Test.st'],