updated sln to have a simple website project in the Umbraco.UI.Client folder which will be the Belle development folder, its a website so it doesn't compile or anythng
just a space to be able to edit files. We can probably also update it to launch IIS Express to point to the build folder for testing. Moved the back office scripts controller actions just to the normal back office controller. Tweaked some of the Belle POC so now it is loading and have created an index.html file which contains all the belle stuff so people won't have to worry about the container razor file.
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
[
|
||||
'angular',
|
||||
'app',
|
||||
'jquery',
|
||||
'underscore',
|
||||
'namespaceMgr',
|
||||
'myApp'
|
||||
'jqueryCookie',
|
||||
'bootstrap',
|
||||
'umbraco.resources',
|
||||
'umbraco.directives',
|
||||
'umbraco.filters',
|
||||
'umbraco.services',
|
||||
'umbraco.controllers',
|
||||
'sample.propertyeditor.controller',
|
||||
'sampletwo.propertyeditor.controller',
|
||||
'routes'
|
||||
]
|
||||
Reference in New Issue
Block a user