mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
This commit is contained in:
19
res/auth/ldap/scripts/main.js
Normal file
19
res/auth/ldap/scripts/main.js
Normal file
@@ -0,0 +1,19 @@
|
||||
require.config({
|
||||
paths: {
|
||||
'angular': '../../../bower_components/angular/angular'
|
||||
, 'angular-route': '../../../bower_components/angular-route/angular-route'
|
||||
}
|
||||
, shim: {
|
||||
'angular': {
|
||||
exports: 'angular'
|
||||
}
|
||||
, 'angular-route': {
|
||||
deps: [
|
||||
'angular'
|
||||
]
|
||||
}
|
||||
}
|
||||
, deps: [
|
||||
'./bootstrap'
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user