axitkhurana / buster

Brute force static site generator for Ghost
MIT License
800 stars 139 forks source link

404 Files not found #84

Open shavo007 opened 8 years ago

shavo007 commented 8 years ago

Buster version 0.1.3 Ghost version 0.8.0

I generated the static files using buster and when I preview I can see network request failures in the browser.

127.0.0.1 - - [04/Jun/2016 16:46:11] code 404, message File not found
127.0.0.1 - - [04/Jun/2016 16:46:11] "GET /assets/css/screen.css%3Fv=24ddf82e1f.css HTTP/1.1" 404 -
127.0.0.1 - - [04/Jun/2016 16:46:11] code 404, message File not found
127.0.0.1 - - [04/Jun/2016 16:46:11] "GET /assets/js/jquery.fitvids.js%3Fv=24ddf82e1f HTTP/1.1" 404 -
127.0.0.1 - - [04/Jun/2016 16:46:11] code 404, message File not found
127.0.0.1 - - [04/Jun/2016 16:46:11] "GET /assets/js/index.js%3Fv=24ddf82e1f HTTP/1.1" 404 -

This is vanilla setup without making any changes. I see in the console it renames these files but does not change them in the html.

Any idea?

Thanks, Shane.