mirror of
https://github.com/writeas/writefreely
synced 2025-02-02 15:56:47 +01:00
Merge pull request #99 from gytisrepecka/master
Added /bin/lessc path to be compatible with CentOS 7
This commit is contained in:
commit
788713116f
@ -2,6 +2,8 @@ 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 ifeq ($(shell which lessc),/bin/lessc)
|
||||
LESSC=/bin/lessc
|
||||
else
|
||||
LESSC=node_modules/.bin/lessc
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user