mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Push vendor files to devices.
This commit is contained in:
parent
a4725fe71c
commit
216592a995
12 changed files with 83 additions and 8 deletions
|
@ -4,3 +4,8 @@ var path = require('path')
|
|||
module.exports.resource = function(target) {
|
||||
return path.resolve(__dirname, '../../res', target)
|
||||
}
|
||||
|
||||
// Export
|
||||
module.exports.vendor = function(target) {
|
||||
return path.resolve(__dirname, '../../vendor', target)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue