mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
Fix images (#59)
* Update browser-icons.js and device-icons.js Fix new npm name Signed-off-by: Matt Dann <mdann52@yahoo.co.uk> * Also update appstore icons Signed-off-by: Matt Dann <mdann52@yahoo.co.uk>
This commit is contained in:
@@ -4,7 +4,7 @@ var pathutil = require('../../../util/pathutil')
|
||||
|
||||
module.exports = function() {
|
||||
return serveStatic(
|
||||
pathutil.root('node_modules/stf-appstore-db/dist')
|
||||
pathutil.root('node_modules/@devicefarmer/stf-appstore-db/dist')
|
||||
, {
|
||||
maxAge: '30d'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ var pathutil = require('../../../util/pathutil')
|
||||
|
||||
module.exports = function() {
|
||||
return serveStatic(
|
||||
pathutil.root('node_modules/stf-browser-db/dist')
|
||||
pathutil.root('node_modules/@devicefarmer/stf-browser-db/dist')
|
||||
, {
|
||||
maxAge: '30d'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ var pathutil = require('../../../util/pathutil')
|
||||
|
||||
module.exports = function() {
|
||||
return serveStatic(
|
||||
pathutil.root('node_modules/stf-device-db/dist')
|
||||
pathutil.root('node_modules/@devicefarmer/stf-device-db/dist')
|
||||
, {
|
||||
maxAge: '30d'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user