Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove tools submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Sep 13, 2013
1 parent e4211a3 commit a27dcc8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion conf/karma.conf.js
Original file line number Diff line number Diff line change
@@ -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: '../../',
Expand Down
1 change: 0 additions & 1 deletion tools
Submodule tools deleted from 93f21a

0 comments on commit a27dcc8

Please sign in to comment.