Makefile to compress LinkPreview's js
This commit is contained in:
parent
d5c2b0d216
commit
8babcc2ad2
11
plugins/LinkPreview/Makefile
Normal file
11
plugins/LinkPreview/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
.fake: all clean
|
||||
|
||||
TARGETS=linkpreview.min.js
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
|
||||
linkpreview.min.js: linkpreview.js
|
||||
yui-compressor $< -o $@
|
Loading…
Reference in New Issue
Block a user