Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants