1
0
Fork 0
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:
Simo Kinnunen 2014-01-24 22:53:51 +09:00
parent 24825ff7fc
commit 2b46ff41d3
13 changed files with 178 additions and 3 deletions

6
lib/util/pathutil.js Normal file
View file

@ -0,0 +1,6 @@
var path = require('path')
// Export
module.exports.resource = function(target) {
return path.resolve(__dirname, '../../app', target)
}