usethesource / salix

Elm-style Web GUIs in Rascal
BSD 2-Clause "Simplified" License
6 stars 6 forks source link

salix demo's only work from inside the source project #17

Open jurgenvinju opened 2 years ago

jurgenvinju commented 2 years ago

This is what happens when you run the tree demo app from a client project that depends on salix 0.2.4 via Maven:

image

the WebView component is serving at the right localhost URL, but the salix webserver itself can not comply with the request because there is no salix project in scope of the current IDE.

jurgenvinju commented 2 years ago

This might be solved indirectly by #13 , at least for the index.html files. Still there has possible .js sources and other files that salix must serve from its target folder or jar.