libertysoft3 / saidit

The reddit open source fork powering SaidIt
https://saidit.net
Other
228 stars 40 forks source link

LESS ParseError #77

Closed shelt closed 4 years ago

shelt commented 4 years ago

Thanks for the help in my other issue - I now have the server running. However, When loading the homepage I'm met with the following error on the homepage:

ParseError: Unrecognised input

in reddit.less?v=1579217103.79 on line 123, column 1:

    122

    123  /*html,body { height: 100%; }*/

    124

If I remove line 123, I get a ParseError for line 146 (which is just /*). Any idea why this is occurring?

shelt commented 4 years ago

Okay, I figure it's an issue with LESS comments that contain source code. Removing those comments fixes the error.