-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathdl_dependencies.sh
More file actions
executable file
·14 lines (12 loc) · 935 Bytes
/
Copy pathdl_dependencies.sh
File metadata and controls
executable file
·14 lines (12 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rm -rf lib
mkdir -p lib
curl http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js > lib/jquery-1.9.0.js
curl http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.3/underscore-min.js > lib/underscore-1.4.3-min.js
'curl http://d3lp1msu2r81bx.cloudfront.net/kjs/js/lib/kinetic-v4.2.0.js > lib/kinetic-v4.2.0.js'
curl http://d3lp1msu2r81bx.cloudfront.net/kjs/js/lib/kinetic-v4.4.0.js > lib/kinetic-v4.4.0.js
curl https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js > lib/jquery.mousewheel.js
version=`grep Version lib/jquery.mousewheel.js | tr -d -C "0-9."`
mv lib/jquery.mousewheel.js lib/jquery.mousewheel-$version.js
curl http://mindmup.s3.amazonaws.com/lib/jquery.hotkeys.js > lib/jquery.hotkeys.js
curl http://cloud.github.com/downloads/harthur/color/color-0.4.1.min.js > lib/color-0.4.1.min.js
curl http://mindmup.s3.amazonaws.com/lib/jquery.hammer.min.js > lib/jquery.hammer.min.js