relatively-sticky

A jQuery plugin for creating smart sticky elements
git clone https://git.ce9e.org/relatively-sticky.git

commit
6d52aa79d63249fcf1456ce9c6d8290c46da8acb
parent
3ea9c31d4de15b2cb84c6d5f9d3a9e8e2d571002
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-02-28 08:55
switch to uglifyjs

no java dependency

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -1,6 +1,6 @@
    1     1 
    2     2 jquery.sticky-kit.min.js: jquery.sticky-kit.js
    3    -1 	closure --language_in=ECMASCRIPT5 $< > $@
   -1     3 	uglifyjs --comments @license $< -o $@
    4     4 
    5     5 jquery.sticky-kit.js: jquery.sticky-kit.coffee
    6     6 	coffee -c $<