From a27dcc801ed2cfb73d49df1d921c1bceb791e761 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Fri, 13 Sep 2013 15:15:41 -0700 Subject: [PATCH] remove tools submodule --- .gitmodules | 3 --- conf/karma.conf.js | 2 +- tools | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 tools diff --git a/.gitmodules b/.gitmodules index 90807e6..95083e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,3 @@ [submodule "third_party/chai"] path = third_party/chai url = https://github.com/chaijs/chai.git -[submodule "tools"] - path = tools - url = https://github.com/Polymer/tools.git diff --git a/conf/karma.conf.js b/conf/karma.conf.js index 4787ab9..ec8c49b 100644 --- a/conf/karma.conf.js +++ b/conf/karma.conf.js @@ -1,5 +1,5 @@ module.exports = function(karma) { - var common = require('../tools/test/karma-common.conf.js'); + var common = require('../../tools/test/karma-common.conf.js'); karma.set(common.mixin_common_opts(karma, { // base path, that will be used to resolve files and exclude basePath: '../../', diff --git a/tools b/tools deleted file mode 160000 index 93f21ac..0000000 --- a/tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 93f21ac3de9e71e054a8d4875a5d77852f4f769d