simplify ci script and config params
This commit is contained in:
@ -81,7 +81,6 @@ function sendFile(file) {
|
||||
var app = express();
|
||||
|
||||
app
|
||||
.use(express.logger('dev'))
|
||||
.use(app.router)
|
||||
// runners
|
||||
.get('/unit.html', sendFile(root + '/test/browser_unit_tests.html'))
|
||||
|
||||
Reference in New Issue
Block a user