[openstreetmap/openstreetmap-website] install by docker, Error: Invalid CSS after ".": expected 1 selector or at-rule, was "../common.scss" (Issue #3422)
Przemysław Cimcioch
notifications at github.com
Wed Feb 16 15:47:05 UTC 2022
I had exactly the same issue.
`app/assets/stylesheets/ltr/common.scss` is a symbolic link. But I was using git client that does not support symbolic links, so when I cloned the repo all symbolic links were replaced with normal files containing path of the link.
This is a default behaviour of Windows Git client (although it can be changed).
Make sure you are using Git client that supports symlinks and clone repository again.
If you are working on Windows, then it's better to use some linux distribution using WSL2
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3422#issuecomment-1041783106
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/3422/1041783106 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220216/447a0521/attachment.htm>
More information about the rails-dev
mailing list