Преглед изворни кода

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