mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 21:05:18 +02:00
-Added favicon.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user