In file _ article.scss at end of lines semicolon missing #1145

Closed
opened 2023-04-14 16:10:44 +00:00 by davidmoerike · 4 comments

No theme.

There may be several Errors - I found 2:

In file _ article.scss at end of line semicolon missing in

line 231 and
line 255.

I don't know where the CSS - that is the Output of sassc - has to go. And there might even be more errors.

Still no theme. See picture.

No theme. There may be several Errors - I found 2: In file _ article.scss at end of line semicolon missing in line 231 and line 255. I don't know where the CSS - that is the Output of sassc - has to go. And there might even be more errors. Still no theme. See picture.

Seems no other errors.

After inserting the 2 semicolons and executing this

sassc assets/themes/default/light.scss static/css/light/theme.css

dropping and new creating the PostgreSQL Database,

I had to do the usual steps:

plm Migration Run

plm search init

plm instance new

plm users new --admin

and now it runs with the theme light (copy from default-Light

Seems no other errors. After inserting the 2 semicolons and executing this sassc assets/themes/default/light.scss static/css/light/theme.css dropping and new creating the PostgreSQL Database, I had to do the usual steps: plm Migration Run plm search init plm instance new plm users new --admin and now it runs with the theme light (copy from default-Light
Author

After server restart the theme is gone again. The theme seems to run well if

sassc assets/themes/default/light.scss static/css/light/theme.css

is executed every time. The cause is unknown to me.

That is - the call is:

cd /home/plume/Plume; sassc assets/themes/default/light.scss static/css/light/theme.css; plume&

Something still is wrong either with the program genereally or only with my server, but so it runs quite good.

After server restart the theme is gone again. The theme seems to run well if `sassc assets/themes/default/light.scss static/css/light/theme.css` is executed every time. The cause is unknown to me. That is - the call is: `cd /home/plume/Plume; sassc assets/themes/default/light.scss static/css/light/theme.css; plume&` Something still is wrong either with the program genereally or only with my server, but so it runs quite good.

Thanks for reporting.

Plume uses Rust implemetation of SASS compiler: rsass. It seems looser than sassc. You can build by rsass using command cargo build.

But, anyway, _article.scss includes errors as sassc says. I will fix it.

Thanks for reporting. Plume uses Rust implemetation of SASS compiler: [rsass][]. It seems looser than sassc. You can build by rsass using command `cargo build`. But, anyway, `_article.scss` includes errors as sassc says. I will fix it. [rsass]: https://github.com/kaj/rsass

Issue resolved. Have run "cargo build" now all seems ok.

Issue resolved. Have run "cargo build" now all seems ok.
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1145
No description provided.