We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ curl -s http://localhost/|grep skewer <script type='text/javascript' src='http://localhost:8080/skewer?ver=20231028' id='triangular-skewer-js'></script>
console.log says it first does
GET http://localhost:8080/skewer?ver=20231028
and then tries to
GET http://localhost/skewer/get
I don't know why it misses the port.
(I ended up just doing Redirect /skewer http://localhost:8080/skewer in apache)
Redirect /skewer http://localhost:8080/skewer
(I'm just trying to get auto-reload on save when fixing some wordpress php, if anyone knows of a better method I'd love to know.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
console.log says it first does
GET http://localhost:8080/skewer?ver=20231028
and then tries to
GET http://localhost/skewer/get
I don't know why it misses the port.
(I ended up just doing
Redirect /skewer http://localhost:8080/skewer
in apache)(I'm just trying to get auto-reload on save when fixing some wordpress php, if anyone knows of a better method I'd love to know.)
The text was updated successfully, but these errors were encountered: