Change the path to lessc to /usr/bin/lessc, IMHO most people would install less with npm -g install less to put it in the global environment. This is how I have it on my system. There is https://github.com/hyde/hyde/issues/59 which will fix this problem, hopefully.
In the latest version of less, there seems to be an issue with filter:alpha(opacity=@op), I found a workaround. Hyde would not complete successfully after less returned an error.
My system is arch linux with all the latest packages.
I am not sure if 07704b5 is necessary with https://github.com/hyde/docs/pull/5. The links were broken on my system with python 2.7.2 and Chromium browser.
/usr/bin/lessc
, IMHO most people would install less withnpm -g install less
to put it in the global environment. This is how I have it on my system. There is https://github.com/hyde/hyde/issues/59 which will fix this problem, hopefully.filter:alpha(opacity=@op)
, I found a workaround. Hyde would not complete successfully after less returned an error.My system is arch linux with all the latest packages.