mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
add jquiry-ui
This commit is contained in:
parent
d74f9b15db
commit
5728fb4c2e
@ -110,6 +110,10 @@ mkdir -p ./public/lib/jquery
|
||||
cd ./public/lib/jquery
|
||||
if [ ! -f ./jquery.min.js ]; then
|
||||
${CURL} http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
|
||||
# http://code.jquery.com/jquery-1.9.1.js
|
||||
fi
|
||||
if [ ! -f ./jquery-ui.js ]; then
|
||||
${CURL} http://code.jquery.com/ui/1.10.3/jquery-ui.js
|
||||
fi
|
||||
cd ${base_dir}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user