mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 17:43:05 +00:00
commit
601fc5d93e
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue