Allow the location/name of settings.json to be passed through an optional --settings arg

This commit is contained in:
Jordan 2012-02-16 00:22:53 -05:00
parent 9ca914f8cd
commit 7b2388bb56
4 changed files with 21 additions and 9 deletions

View file

@ -20,7 +20,8 @@
"formidable" : "1.0.7",
"log4js" : "0.4.1",
"jsdom-nocontextifiy" : "0.2.10",
"async-stacktrace" : "0.0.2"
"async-stacktrace" : "0.0.2",
"optimist" : "0.3.1"
},
"devDependencies": {
"jshint" : "*"