CSS / Styling broken, when not using nix develop #131
Labels
No labels
bug
documentation
duplicate
enhancement
Feature Request
good first issue
help wanted
improvement
in progress
invalid
nag
Priority: High
Priority: Low
Priority: Medium
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strichliste/strichliste#131
Loading…
Add table
Add a link
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?
When developing on arch without nix, the website looks ugly. I assume the CSS just isn't loaded.
There are no errors when building.
I retroactively installed tailwindcss and dart-sass (listed in
README.mdandflake.nixrespectively) without any change.Running the watch command from within a
nix developshell, in the same clone of the project, it works.Can you include a PR to update the README to include the installtion of dart-sass?
I don't think dart-sass is a requirement. As with tailwindcss, the compilation worked without it.
sqlite is also not needed, at least for developing the project. I might be nice for running custom queries against the db file.
If we are cleaning up the non-nix instructions, there are two more things I noticed:
$ sqlx database setupcommand, and with it the definition ofDATABASE_URL, seem unnecessary too, since the db is created by the build command.I see. Can you create a PR with these changes?