Getting server side integration working from ported over Belle POC including temporary custom property editors.
Many files committed will be temporary and will be removed once development between the Belle UI project and this project are merged and working.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
waitSeconds: 120,
|
||||
paths: {
|
||||
jquery: '../lib/jquery/jquery-1.8.2.min',
|
||||
underscore: '../lib/underscore/underscore',
|
||||
angular: '../lib/angular/angular',
|
||||
angularResource: '../lib/angular/angular-resource',
|
||||
statemanager: '../lib/angular/statemanager',
|
||||
text: '../lib/require/text',
|
||||
async: '../lib/require/async',
|
||||
namespaceMgr: '../lib/Umbraco/NamespaceManager',
|
||||
myApp: '../js/myApp'
|
||||
jquery: 'lib/jquery/jquery-1.8.2.min',
|
||||
underscore: 'lib/underscore/underscore-min',
|
||||
angular: 'lib/angular/angular',
|
||||
angularResource: 'lib/angular/angular-resource',
|
||||
statemanager: 'lib/angular/statemanager',
|
||||
text: 'lib/require/text',
|
||||
async: 'lib/require/async',
|
||||
namespaceMgr: 'lib/Umbraco/NamespaceManager',
|
||||
myApp: 'js/umbraco.app'
|
||||
},
|
||||
shim: {
|
||||
'angular' : {'exports' : 'angular'},
|
||||
|
||||
Reference in New Issue
Block a user