mirror of
https://github.com/writeas/writefreely
synced 2025-01-23 03:10:52 +01:00
commit
601fc5d93e
@ -1,5 +1,7 @@
|
||||
ifeq ($(shell which lessc),/usr/bin/lessc)
|
||||
LESSC=/usr/bin/lessc
|
||||
else ifeq ($(shell which lessc),/usr/local/bin/lessc)
|
||||
LESSC=/usr/local/bin/lessc
|
||||
else
|
||||
LESSC=node_modules/.bin/lessc
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user