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

CSS and JS fail to load #26

Open
RowanKaag opened this issue May 27, 2015 · 0 comments
Open

CSS and JS fail to load #26

RowanKaag opened this issue May 27, 2015 · 0 comments

Comments

@RowanKaag
Copy link

For some reason, in default.hbs, there are the following lines:

{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="{{asset "css/peeves.css"}}" />
... ... ...
<script src="{{asset "js/peeves.js"}}"></script>

Which are supposed to be perfectly fine, AFAIK. However, when applying this theme, neither gets loaded. When opening Safari's webinfo panel, the following error messages occur:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) http://********/assets/css/peeves.css?v=16ec85cf1d
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) http://********/assets/js/peeves.js?v=16ec85cf1d

so for some reason, ?v=16ec85cf1d is added to the URL. Is this a bug?

Theme: 2.2.0
Ghost: 0.6.3
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

1 participant