Removed unused configuration files left by Meteor and Meteorite, as well as the old start script.
This commit is contained in:
parent
76aa113dda
commit
7131115746
@ -1,3 +0,0 @@
|
||||
{
|
||||
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"packages": {
|
||||
"raphaeljs-package": {
|
||||
"git": "https://github.com/tomconnors/raphaeljs-package.git"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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
|
Loading…
Reference in New Issue
Block a user