Removed unused configuration files left by Meteor and Meteorite, as well as the old start script.

This commit is contained in:
Maxim Khlobystov 2016-03-13 22:02:19 -04:00 committed by gcampes
parent 76aa113dda
commit 7131115746
4 changed files with 0 additions and 32 deletions

View File

@ -1,3 +0,0 @@
{
}

View File

@ -1,7 +0,0 @@
{
"packages": {
"raphaeljs-package": {
"git": "https://github.com/tomconnors/raphaeljs-package.git"
}
}
}

View File

@ -1,18 +0,0 @@
{
"meteor": {},
"dependencies": {
"basePackages": {
"raphaeljs-package": {
"git": "https://github.com/tomconnors/raphaeljs-package.git",
"branch": "master"
}
},
"packages": {
"raphaeljs-package": {
"git": "https://github.com/tomconnors/raphaeljs-package.git",
"branch": "master",
"commit": "85eaef3664ec063e4bcb81be1226d126d4d20539"
}
}
}
}

View File

@ -1,4 +0,0 @@
#
# the idea is that this way we prevent test runs (for whenever needed)
HOME=/usr/share/meteor JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_CLIENT_INTEGRATION=0 JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 ROOT_URL=http://127.0.0.1/html5client meteor
# ROOT_URL_PATH_PREFIX=html5client meteor