From 6837ddf68f13a1633ea868ab55d71389ca5bc175 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 27 Feb 2015 04:02:15 +0100 Subject: Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files. --- static/js/kbjr-DragDrop-906d7ff/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/js/kbjr-DragDrop-906d7ff/Makefile (limited to 'static/js/kbjr-DragDrop-906d7ff/Makefile') diff --git a/static/js/kbjr-DragDrop-906d7ff/Makefile b/static/js/kbjr-DragDrop-906d7ff/Makefile new file mode 100644 index 0000000..e112bae --- /dev/null +++ b/static/js/kbjr-DragDrop-906d7ff/Makefile @@ -0,0 +1,10 @@ + +JS_MIN = uglifyjs +JS_MIN_FLAGS = --unsafe + +build: + ${JS_MIN} ${JS_MIN_FLAGS} drag-drop.js > drag-drop.min.js + +clean: + rm -f drag-drop.min.js + -- cgit v1.2.3