mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-26 21:54:43 +00:00
initial commit
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
var path = require('path');
|
||||
|
||||
var ret = {
|
||||
'suites': ['app/test'],
|
||||
'webserver': {
|
||||
'pathMappings': []
|
||||
}
|
||||
};
|
||||
|
||||
var mapping = {};
|
||||
var rootPath = (__dirname).split(path.sep).slice(-1)[0];
|
||||
|
||||
mapping['/components/' + rootPath +
|
||||
'/app/bower_components'] = 'bower_components';
|
||||
|
||||
ret.webserver.pathMappings.push(mapping);
|
||||
|
||||
module.exports = ret;
|
||||
Reference in New Issue
Block a user