aboutsummaryrefslogtreecommitdiffstats
path: root/library/jslider/Makefile
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-05 14:41:04 -0800
committerfriendica <info@friendica.com>2015-01-05 14:41:04 -0800
commit3df3ab563004423477640393eb8e50cb3d2fe8d6 (patch)
treeb1b82983500c69c5a097c49567e87836288f26df /library/jslider/Makefile
parent05a237b808783deb3fc1de2f9e2bbb7f03c60b21 (diff)
parentc45456fa3342bc72d30c20bafd029913930130aa (diff)
downloadvolse-hubzilla-3df3ab563004423477640393eb8e50cb3d2fe8d6.tar.gz
volse-hubzilla-3df3ab563004423477640393eb8e50cb3d2fe8d6.tar.bz2
volse-hubzilla-3df3ab563004423477640393eb8e50cb3d2fe8d6.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'library/jslider/Makefile')
-rw-r--r--library/jslider/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/jslider/Makefile b/library/jslider/Makefile
deleted file mode 100644
index 0559b48e5..000000000
--- a/library/jslider/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-
-css_compiler: js_compiler
- mkdir -p bin
- cat css/jslider.css css/jslider.blue.css css/jslider.plastic.css css/jslider.round.css css/jslider.round.plastic.css > bin/jquery.slider.all.css
- java -jar tools/yuicompressor-2.4.7.jar --type=css bin/jquery.slider.all.css > bin/jquery.slider.min.css
- rm -f bin/jquery.slider.all.css
-
-js_compiler:
- mkdir -p bin
- rm -f bin/jquery.slider.all.js bin/jquery.slider.min.js
- cat js/jshashtable-2.1_src.js js/jquery.numberformatter-1.2.3.js js/tmpl.js js/jquery.dependClass-0.1.js js/draggable-0.1.js js/jquery.slider.js > bin/jquery.slider.all.js
- uglifyjs -nc bin/jquery.slider.all.js > bin/jquery.slider.min.js
- rm -f bin/jquery.slider.all.js
-
-