Browse Source

Gruntfile.js does not need Web

Herbert Vojčík 9 năm trước cách đây
mục cha
commit
2afa510041
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'],