Closed stevepiron closed 8 years ago
This is not an issue with styleguide. It's the specifics of how your server is configured, your entry point for serving files is public, which in this case would be root for server.
Is your gulpfile placed in directory above public? Is styleguide API working correctly in this case?
FYI
In my case, my
.dev
points to apublic/
directory in my project.When I ran
styleguide initialize public/styleguide
, the config file got generated as follows:...which resulted in bad requests:
project.dev/public/styleguide/db/categories.txt 404 (Not found)
To fix this, I have updated all lines to remove
public/
beforestyleguide
.