1
0
Fork 0
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 linked to work.

This commit is contained in:
Simo Kinnunen 2014-05-08 18:58:13 +09:00
parent 76b9555f4a
commit 0c24cb7ec6
7 changed files with 68 additions and 31 deletions

View file

@ -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)
}