mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Push vendor files to devices.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user