Navigation Menu

Skip to content
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

the resource path is wrong #320

Open
jokerkiller opened this issue Sep 16, 2016 · 4 comments
Open

the resource path is wrong #320

jokerkiller opened this issue Sep 16, 2016 · 4 comments

Comments

@jokerkiller
Copy link

the request path is http://localhost:4000/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css
,but the real path is assets/themes/bootstrap/bootstrap/css/bootstrap.min.css.
please change

@ghost
Copy link

ghost commented Nov 27, 2016

Broken at 1d0f15e

@trentmillar
Copy link

trentmillar commented Dec 10, 2016

change _includes/JB/setup

from

{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}

to

{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{% endcapture %}

Not sure if this is the right approach but it works. Seems like this project is forgotten?

@trentmillar
Copy link

I installed a theme and it expects

{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}

Just expect to do a tweak or two to get it running.

@ryanmonro
Copy link

I moved /assets/themes/bootstrap into a new dir /assets/themes/bootstrap-3/ as a temporary fix to get the Bootstrap theme working. The Twitter theme still seems to work fine though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants