CSS is not working in master branch #1813

Closed
opened 2026-02-05 01:57:23 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @kshitijsharma97 on GitHub (Aug 4, 2020).

When I serve the project from master branch and open it in chrome browser application was not looking as it suppose to be.
Is it because it is dev instance or it's an issue? I have just started to work on BookStack to solve some issues

Steps To Reproduce
Steps to reproduce the behavior:

  1. Switch to master branch.
  2. Serve the project and open it in browser.

Video
https://www.loom.com/share/99ef59e9c902429d8150a5980cd9b5d2

Your Configuration (please complete the following information):

  • Exact BookStack Version: BookStack v0.30-dev
  • PHP Version: 7.3.13 (cli)
  • Hosting Method: Apache
Originally created by @kshitijsharma97 on GitHub (Aug 4, 2020). When I serve the project from master branch and open it in chrome browser application was not looking as it suppose to be. Is it because it is dev instance or it's an issue? I have just started to work on BookStack to solve some issues **Steps To Reproduce** Steps to reproduce the behavior: 1. Switch to master branch. 2. Serve the project and open it in browser. **Video** https://www.loom.com/share/99ef59e9c902429d8150a5980cd9b5d2 **Your Configuration (please complete the following information):** - Exact BookStack Version: BookStack v0.30-dev - PHP Version: 7.3.13 (cli) - Hosting Method: Apache
Author
Owner

@ssddanbrown commented on GitHub (Aug 4, 2020):

Hi @kshitijsharma97,

The master branch does not contain the built CSS/JS, You'd need to build it yourself as per the readme here: https://github.com/BookStackApp/BookStack#%EF%B8%8F-development--testing

Alternatively, if you want to avoid that, you may be able to get away with copying the public/dist files from the release branch but you may run into a few issues, especially as the branches diverge.

@ssddanbrown commented on GitHub (Aug 4, 2020): Hi @kshitijsharma97, The `master` branch does not contain the built CSS/JS, You'd need to build it yourself as per the readme here: https://github.com/BookStackApp/BookStack#%EF%B8%8F-development--testing Alternatively, if you want to avoid that, you may be able to get away with copying the `public/dist` files from the release branch but you may run into a few issues, especially as the branches diverge.
Author
Owner

@kshitijsharma97 commented on GitHub (Aug 4, 2020):

Hi @ssddanbrown ,

Thank you for responding. I was confuse when I read the readme. Now I have clear view. Thank you once again.

@kshitijsharma97 commented on GitHub (Aug 4, 2020): Hi @ssddanbrown , Thank you for responding. I was confuse when I read the readme. Now I have clear view. Thank you once again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1813