mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Add browser icons. Currently requires stf-browser-db to be npm link
ed to work.
This commit is contained in:
parent
76b9555f4a
commit
0c24cb7ec6
7 changed files with 68 additions and 31 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue