Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10528813
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
716 B
Subscribers
None
View Options
diff --git a/less/Makefile b/less/Makefile
index 3484e29..3d0c4b2 100644
--- a/less/Makefile
+++ b/less/Makefile
@@ -1,19 +1,16 @@
-ifeq (,$(shell command -v lessc 2> /dev/null))
-$(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
+ ifeq (,$(shell command -v lessc 2> /dev/null))
+ $(error "less is not installed, please run install-less.sh")
+ endif
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 6, 3:58 AM (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3187822
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment