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

Keep absolute path if needed #88

Merged
merged 1 commit into from
Dec 2, 2017
Merged

Keep absolute path if needed #88

merged 1 commit into from
Dec 2, 2017

Conversation

ngotchac
Copy link
Contributor

Hey, I had an issue with this plugin since I wanted the injected DLL files to have an absolute path.
Basically this was emitted :

  <body>
  <script type="text/javascript" src="/vendor_ff08e56269c458a507fa.js"></script><script type="text/javascript" src="main.js"></script></body>

and I wanted this:

  <body>
  <script type="text/javascript" src="vendor_ff08e56269c458a507fa.js"></script><script type="text/javascript" src="main.js"></script></body>

This PR fixes this issue, however I'm not sure if it would open others.

@asfktz
Copy link
Owner

asfktz commented Dec 2, 2017

Hi, @ngotchac!
Thanks for the fix (:

@asfktz asfktz merged commit 71a5b44 into asfktz:master Dec 2, 2017
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.

2 participants