-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
respect Jekyll's site.baseurl #125
Comments
FYI for anyone else, the workaround is to set the baseurl: /foo
assets:
baseurl: /foo/assets |
Released as |
Looks like this issue creeped up again in the 2.0 pre-releases. |
Now there's a |
File a new ticket and describe the problem in more detail and I'll fix it. Thanks. |
Unless the
assets.baseurl
config value is set, it would make sense to default to prepending the top-levelbaseurl
config to/assets
. In other words, for:{% asset_url 'app.js' %}
should produce/foo/assets/app-XXX.js
. Sound reasonable?The text was updated successfully, but these errors were encountered: