Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load javascript from browser #7

Closed
bradphelan opened this issue Dec 2, 2015 · 3 comments
Closed

Can't load javascript from browser #7

bradphelan opened this issue Dec 2, 2015 · 3 comments

Comments

@bradphelan
Copy link

See this thread on stackoverflow and the comments

http://stackoverflow.com/questions/34018684/how-to-get-basic-websharper-app-in-xamarin-loading-javascript-in-browser

@Tarmil
Copy link
Member

Tarmil commented Dec 2, 2015

Indeed it seems the script resources don't get extracted to Scripts/WebSharper/ like they should. I'm investigating.

@Tarmil
Copy link
Member

Tarmil commented Dec 2, 2015

I just fixed this issue upstream in websharper, so this will be working correctly as soon as we publish to NuGet.

As a workaround in the meantime, you can add an empty Web.config file to your project, that should trick WebSharper into extracting the resource files.

@bradphelan
Copy link
Author

Thanks for fixing it :) I hope I have another rainy afternoon sometime soon
to try it again. it seems like a really nice tool.

On Wed, 2 Dec 2015 19:48 Loïc Denuzière notifications@github.com wrote:

I just fixed this issue upstream in websharper
dotnet-websharper/core@d829ad8,
so this will be working correctly as soon as we publish to NuGet.

As a workaround in the meantime, you can add an empty Web.config file to
your project, that should trick WebSharper into extracting the resource
files.


Reply to this email directly or view it on GitHub
#7 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants