The Umbraco Client folder path is different in the belle project, so we dont use umbraco_client but /umbraco/client instead so we can slowly migrate over the needed files only.
To use that alternative folder, you need to change the web.config so it includes the appsetting key:
Back-office problem when compiling Project Belle
I've cloned and built Belle UI from BitBucket using VS2012 on Win 8. All went well until we get to the the back-office screen and no design renders.
The concole reports 404 for all CSS / JS files, which is correct as the href is set to the wrong location (/umbraco_client/ as opposed to /umbraco/):
In the code, the above corresponds to this Client Dependency:
So for some reason the PathNameAlias appears to comes through incorrectly, resolving PathNameAlias to "umbraco_client" as opposed to "umbraco".
Anyone has any clues or hints on how to fix this?
Thanks muchly
Theo
The Umbraco Client folder path is different in the belle project, so we dont use umbraco_client but /umbraco/client instead so we can slowly migrate over the needed files only.
To use that alternative folder, you need to change the web.config so it includes the appsetting key:
That worked - thanks for extra speedy response, Per
Bit of a gotcha though... should it be noted in the readme or somewhere?
Thanks again, diving straight into the glorious new UI now
Theo
is working on a reply...