Sass Compile Error in Production #70

Open
opened 2024-10-14 22:49:53 +00:00 by corbz · 1 comment
Owner

Using a relative path for the home app's index.scss file to fetch values from bootstrap.scss: @import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss";

This works great in development, but completely breaks in production, due to all static files being moved into the staticfiles/ directory.

Using a relative path for the home app's `index.scss` file to fetch values from `bootstrap.scss`: `@import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss";` This works great in development, but completely breaks in production, due to all static files being moved into the `staticfiles/` directory.
corbz added the
bug
label 2024-10-14 22:49:53 +00:00
corbz self-assigned this 2024-10-14 22:49:53 +00:00
corbz added this to the PYRSS project 2024-10-14 22:49:53 +00:00
Author
Owner

Should be resolved with the latest change on dev.

I will have to test on staging later.

Should be resolved with the latest change on dev. I will have to test on staging later.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#70
No description provided.