mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Fairly overkill AngularJS + RequireJS UI for the mock login screen.
This commit is contained in:
6
lib/util/pathutil.js
Normal file
6
lib/util/pathutil.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var path = require('path')
|
||||
|
||||
// Export
|
||||
module.exports.resource = function(target) {
|
||||
return path.resolve(__dirname, '../../app', target)
|
||||
}
|
||||
Reference in New Issue
Block a user