]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removing Makefile for js-minification
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 8 Mar 2014 12:21:38 +0000 (13:21 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 8 Mar 2014 12:21:38 +0000 (13:21 +0100)
js/Makefile [deleted file]

diff --git a/js/Makefile b/js/Makefile
deleted file mode 100644 (file)
index 57ac5ec..0000000
+++ /dev/null
@@ -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 $+ > $@