Closed rjaltman closed 6 years ago
@rjaltman - has this been resolved?
It is now.
If you're getting this error, change your .lsg
files' line endings from CLFR to LF. This issue has been moved to: https://github.com/livingstyleguide/livingstyleguide/issues/230
The Living Style Guide has forbidden me from using Carpe. Specifically, somewhere as the LSG gem seems to compile the stylesheets it knew about, it is replacing some sort of character incorrectly (or so it seems?). Specifically, here's the error that it returns when trying to find "home.scss" (a stylesheet that most certainly exists, but perhaps is loaded alongside other stylesheets added in the branch tested):
Notice the presence of that
{
at the end of the path, which seems a little suspicious as to how it is gathering this file. The actual line pointed to is line 2 of home.html.erb when this error generates, which is found in this snippet on the first line:I am very unaware of what is going on when the LSG is pulling resources, but there might be some stray character or something getting overwritten by the gem as it parses through the stylesheets. This only seems to be an issue on branches where stylesheets were added or removed (
groups-feature
), though I seem to recall it onmobile-welcome
as well (not certain, however).@vkoves, I know you worked on the Living Style Guide extensively, so please save me from my naivete. Everyone else, you are invited to do the same as well!