-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adds slash to beginning of JS files injected but not CSS files #930
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
Comments
Could you please add some The public path is prepared here: Lines 406 to 420 in 75eef88
Afterwards it is prepended for all files: Line 448 in 75eef88
|
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
Uh oh!
There was an error while loading. Please reload this page.
is anyone else noticing that all CSS files injected have no
/
at the beginning while all js files have a/
added to the beginning?It is playing havoc with me as i can specify a public path for both.
example... if i set the public path to
files/
the CSS will end up being
files/cssfile.css
but the JS will end up being
files//jsfile.js
The text was updated successfully, but these errors were encountered: