瀏覽代碼

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'],