-Added favicon.

This commit is contained in:
Gunther Brunner
2014-03-25 19:29:58 +09:00
parent ec1a488b4f
commit 8a4f4f5638

View File

@@ -48,6 +48,9 @@ module.exports = function(options) {
app.use('/static/devices', datautil.middleware())
app.use('/static', express.static(pathutil.resource('app')))
app.use(express.favicon(pathutil.resource(
'bower_components/stf-graphics/logo/exports/STF-128.png')))
if (!options.disableWatch) {
app.use(webpack)
}