axitkhurana / buster

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

Buster does not copy assets into static folder #49

Closed sebie closed 9 years ago

sebie commented 9 years ago

The issue I am having is: Buster is not copying the relevant asset files from the local server to the static folder -- resulting that the static version has no CSS and JS. Below is how it looks.

Here is how it looks, after I uploaded it to GitHub.[Broken!]

(Note: I have added the assets to the page just through copying the assets from the folder, but it still does not work).


There are various ways in which you can achieve this, but I used this guide. Some alternatives of the guide are listed below;

  1. Alternative 1 - Mark Daws
  2. Alternative 2 - Jack Pearce
  3. Alternative 3 - Talal Anwar

All of them go through a similar method of achieving the final result.


My system:

  * Windows 8.1
  * 8 GB RAM
  * Administrative account
  * Using Git Bash (Wget is installed)
  * No errors for in the npm console whilst Buster is brute-forcing the files

Hope that is enough information to solve it.

Cheers,

sebie commented 9 years ago

Not an issue anymore.

sebie commented 9 years ago

Sigh, it still is an issue. After multiple people trying to help and reading more how-to's I am going to reopen this.

I did find a modified version of setup.py, but is v1.2.

ythecombinator commented 9 years ago

I'm having the same issue here.

amphipath commented 9 years ago

try my fork? #67

sebie commented 9 years ago

I should have updated y'all on this. After looking around I switched to Jekyll. You can check it out here. Source code is here.

Thanks.