dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 32 forks source link

Use Bifrost/Application script origin as base url for view and view model loading #824

Closed svethors closed 7 years ago

svethors commented 7 years ago

Makes it possible to host bifrost application on a different web server than the one hosting the html page loading the application.

This may need CORS support on the bifrost application web server, though it should work as before if on the same web server.

einari commented 7 years ago

Great catch and fix. Only problem is that the fix is in Bifrost.debug.js which is a generated file. You need to put the fix in the fileManager.js file. (Plus missing ; )

svethors commented 7 years ago

Bad pull request with fix in wrong place.