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

Fixed a problem duplicated relativePath #359

Merged
merged 1 commit into from
Dec 15, 2016

Conversation

yamachu
Copy link
Contributor

@yamachu yamachu commented Dec 13, 2016

I also encountered the same problem, this issue #355
When run ASPdotNET Core app on Windows, it's work well.
Running on Linux (as Docker) or macOS, relative path show "fullpath"
ex)

assumed: ~/js/tutorial.jsx
actual: /app/wwwroot/js/tutorial.jsx

I tested with tutorial code on Linux(Docker on Windows) microsoft/aspnetcore:1.0.1 and dot net core on Windows via Visual Studio.
When run on Linux, add nuget package JavaScriptEngineSwitcher.Extentions.MsDependencyInjection and JavaScriptEngineSwitcher.Jint

thanks

@Daniel15
Copy link
Member

Thanks!

@luty81
Copy link

luty81 commented Dec 22, 2016

Guys,

Any ideia when this fix will be available in a stable package ? Or is there any public prerelease repository where I can get find this package ?

I know I can manually download it at AppVeyor Build 179 Atifacts, but I´d like to automatically get through dotnet restore without copy these packages to a local repository.

@Daniel15
Copy link
Member

@luty81 - Sorry for the delay! There's a development package server you can use, instructions on the site. I think I'll release a stable build tonight containing this fix.

@Daniel15
Copy link
Member

This has been pushed out as part of the 3.0.1 release.

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

Successfully merging this pull request may close these issues.

None yet

3 participants