Skip to content

Commit d0d8613

Browse files
committed
add minify script
1 parent 620042e commit d0d8613

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

minify.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
curl \
4+
-d output_info=compiled_code \
5+
-d compilation_level=SIMPLE_OPTIMIZATIONS \
6+
-d code_url=https://raw.github.com/punytan/jquery.addsocial.js/master/jquery.addsocial.js \
7+
http://closure-compiler.appspot.com/compile \
8+
> jquery.addsocial.min.js

0 commit comments

Comments
 (0)