mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Fairly overkill AngularJS + RequireJS UI for the mock login screen.
This commit is contained in:
parent
24825ff7fc
commit
2b46ff41d3
13 changed files with 178 additions and 3 deletions
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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue