1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Added back new screen directive.

This commit is contained in:
Gunther Brunner 2014-02-19 21:40:37 +09:00
parent 86a42639a1
commit a2a00736b6
4 changed files with 35 additions and 9 deletions

View file

@ -34,8 +34,6 @@ module.exports = function(options) {
io.set('log level', 1)
io.set('browser client', false)
app.use(express.compress())
app.use('/static/lib', express.static(pathutil.resource('lib')))
app.use('/static', express.static(pathutil.resource('app')))