瀏覽代碼

Gruntfile: Exclude helios/index from testrun.

Herby Vojčík 4 年之前
父節點
當前提交
c1fab8a57a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Gruntfile.js

+ 2 - 0
Gruntfile.js

@@ -105,6 +105,7 @@ module.exports = function (grunt) {
                 options: {
                     mainConfigFile: "config.js",
                     rawText: {
+                        "helios/index": "",
                         "__app__": "(" + function () {
                             define(["amber/devel", "amber/core/Platform-Node", "amber_devkit/NodeTestRunner"], function (amber) {
                                 amber.initialize().then(function () {
@@ -120,6 +121,7 @@ module.exports = function (grunt) {
                     },
                     include: ['app'],
                     findNestedDependencies: true,
+                    exclude: ['helios/index'],
                     insertRequire: ['app'],
                     optimize: "none",
                     wrap: helpers.nodeWrapperWithShebang,