Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10592486
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
669 B
Subscribers
None
View Options
diff --git a/less/Makefile b/less/Makefile
index 5e51b4d..85a64f3 100644
--- a/less/Makefile
+++ b/less/Makefile
@@ -1,21 +1,21 @@
-LESSC := $(shell command -v lessc 2> /dev/null)
+LESSC=$(shell command -v lessc 2> /dev/null)
ifndef LESSC
$(error "less is not installed, please run install-less.sh")
endif
CSSDIR=../static/css/
all :
$(LESSC) app.less --clean-css="--s1 --advanced" $(CSSDIR)write.css
$(LESSC) fonts.less --clean-css="--s1 --advanced" $(CSSDIR)fonts.css
$(LESSC) icons.less --clean-css="--s1 --advanced" $(CSSDIR)icons.css
install :
./install-less.sh
$(MAKE) all
clean :
rm -f write.css
rm -f fonts.css
rm -f icons.css
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Apr 27, 10:00 AM (2 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217094
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment