mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Add browser icons. Currently requires stf-browser-db to be npm linked to work.
This commit is contained in:
@@ -14,3 +14,8 @@ module.exports.resource = function(target) {
|
||||
module.exports.vendor = function(target) {
|
||||
return path.resolve(__dirname, '../../vendor', target)
|
||||
}
|
||||
|
||||
// Export
|
||||
module.exports.module = function(target) {
|
||||
return path.resolve(__dirname, '../../node_modules', target)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user