CSS resources missing #421

Closed
opened 2026-02-04 19:47:26 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @nekromoff on GitHub (Sep 6, 2017).

BookStack/css/styles.css does not exist, neither does BookStack/public/css/styles.css, nor BookStack/assets/css/styles.css

Originally created by @nekromoff on GitHub (Sep 6, 2017). `BookStack/css/styles.css` does not exist, neither does `BookStack/public/css/styles.css`, nor `BookStack/assets/css/styles.css`
OVERLORD added the 🐕 Support label 2026-02-04 19:47:26 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Sep 6, 2017):

Hi @nekromoff,
I'm going to assume you cloned down or downloaded the master branch files. Master branch does not come with built CSS files.

Try using the release branch. Let me know if that doesn't work.

@ssddanbrown commented on GitHub (Sep 6, 2017): Hi @nekromoff, I'm going to assume you cloned down or downloaded the master branch files. Master branch does not come with built CSS files. Try using the release branch. Let me know if that doesn't work.
Author
Owner

@nekromoff commented on GitHub (Sep 7, 2017):

Yes, thank you. Is there specific reason, why CSS is not included in the master?

@nekromoff commented on GitHub (Sep 7, 2017): Yes, thank you. Is there specific reason, why CSS is not included in the master?
Author
Owner

@ssddanbrown commented on GitHub (Sep 7, 2017):

@nekromoff Yeah, The styles are built from SCSS so any CSS files are not really the application source. Including them would bulk out commit diffs during development. Much cleaner to exclude them.

Same goes for the JavaScript.

I'll close this now you've found a solution.

@ssddanbrown commented on GitHub (Sep 7, 2017): @nekromoff Yeah, The styles are built from SCSS so any CSS files are not really the application source. Including them would bulk out commit diffs during development. Much cleaner to exclude them. Same goes for the JavaScript. I'll close this now you've found a solution.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#421