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:
Shannon Deminick
2013-05-29 20:25:29 -10:00
parent 957e98ac78
commit 03f64521cb
20 changed files with 258 additions and 320 deletions

View File

@@ -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'
]