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
static_path
Moved from hypothesis/h#1672
This should help certain build scenarios where the output should be relocatable and the app domain is the same as the asset domain.
If webassets.base_url is absolute, request.static_path will still be absolute, so that shouldn't be an issue.
Reported by @ikreymer at http://list.hypothes.is/archive/dev/2014-11/0000027.html
The text was updated successfully, but these errors were encountered:
request.static_path
+1, I just had to hack in this change to support https.
Sorry, something went wrong.
Conveniently, I suddenly have reason to do this as of the past week. If you'd like to submit a pull request, though, don't hesitate!
I just hacked the installed version, so I don't have a pull request to offer.
No branches or pull requests
Moved from hypothesis/h#1672
This should help certain build scenarios where the output should be relocatable and the app domain is the same as the asset domain.
If webassets.base_url is absolute, request.static_path will still be absolute, so that shouldn't be an issue.
Reported by @ikreymer at http://list.hypothes.is/archive/dev/2014-11/0000027.html
The text was updated successfully, but these errors were encountered: