In file _ article.scss at end of lines semicolon missing #1145
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#1145
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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.cssis 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.scssincludes errors as sassc says. I will fix it.Issue resolved. Have run "cargo build" now all seems ok.