Removing Makefile for js-minification
This commit is contained in:
parent
4eb986413b
commit
9575a974a2
14
js/Makefile
14
js/Makefile
@ -1,14 +0,0 @@
|
|||||||
.fake: all clean
|
|
||||||
|
|
||||||
TARGETS=util.min.js extlib/json2.min.js extlib/jquery.cookie.min.js
|
|
||||||
|
|
||||||
all: $(TARGETS)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f $(TARGETS)
|
|
||||||
|
|
||||||
extlib/json2.min.js: extlib/json2.js
|
|
||||||
yui-compressor $+ > $@
|
|
||||||
|
|
||||||
extlib/jquery.cookie.min.js: extlib/jquery.cookie.js
|
|
||||||
yui-compressor $+ > $@
|
|
Loading…
Reference in New Issue
Block a user