Started implementing sharing support

This commit is contained in:
Stefan Zermatten
2015-04-10 12:38:38 +02:00
parent 3fbd6d279a
commit ccbe71514e
7 changed files with 80 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
Package.describe({
name: "velocity:test-proxy",
summary: "Dynamically created package to expose test files to mirrors",
version: "0.0.4",
debugOnly: true
});
Package.onUse(function (api) {
api.use("coffeescript", ["client", "server"]);
api.add_files("tests/mocha/server/lib/characterUtility.js",["server"]);
api.add_files("tests/mocha/server/model/character/character.js",["server"]);
api.add_files("tests/mocha/server/model/character/effects.js",["server"]);
api.add_files("tests/mocha/server/sampleServerTest.js",["server"]);
});

View File

@@ -1 +0,0 @@
../../tests