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
var inject = require('inject-lr-script') var handler = require('ecstatic')(process.cwd()) http.createServer(function (req, res) { return handler(req, inject(res)) }).listen(8000, cb)
And then try to access http://localhost:8000/yolo.html.
The text was updated successfully, but these errors were encountered:
I spent some time trying to rejig things, looked at some other usages of response-stream. I was pretty unsuccessful trying.
Sorry, something went wrong.
.html
v2 is refactored to use the same new architecture that budo@8 is using. This should probably fix this issue...
No branches or pull requests
And then try to access http://localhost:8000/yolo.html.
The text was updated successfully, but these errors were encountered: