-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathloadjs.sh
More file actions
executable file
·32 lines (23 loc) · 1.74 KB
/
loadjs.sh
File metadata and controls
executable file
·32 lines (23 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
# Copyright (c) 2013 Philippe Charrière aka @k33g_org
#
# All rights reserved. No warranty, explicit or implicit, provided.
#
pulldown "https://raw.github.com/amdjs/underscore/master/underscore-min.js" -o js/vendors
pulldown "https://raw.github.com/amdjs/backbone/master/backbone-min.js" -o js/vendors
pulldown jquery -o js/vendors
pulldown require.js -o js/vendors
#pulldown require-text -o js/vendors
pulldown "https://raw.github.com/requirejs/text/master/text.js" -o js/vendors
pulldown "https://raw.github.com/twbs/bootstrap/3.0.0-wip/dist/css/bootstrap.css" -o bootstrap3/css
pulldown "https://raw.github.com/twbs/bootstrap/3.0.0-wip/dist/js/bootstrap.min.js" -o bootstrap3/js
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/css/bootstrap-theme.css" -o bootstrap3/css
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/css/bootstrap-theme.min.css" -o bootstrap3/css
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/css/bootstrap.css" -o bootstrap3/css
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/css/bootstrap.min.css" -o bootstrap3/css
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/js/bootstrap.js" -o bootstrap3/js
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/js/bootstrap.min.js" -o bootstrap3/js
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/fonts/glyphicons-halflings-regular.eot" -o bootstrap3/fonts
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/fonts/glyphicons-halflings-regular.svg" -o bootstrap3/fonts
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/fonts/glyphicons-halflings-regular.ttf" -o bootstrap3/fonts
pulldown "https://raw.github.com/twbs/bootstrap/master/dist/fonts/glyphicons-halflings-regular.woff" -o bootstrap3/fonts