mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Update start-bootstrap urls
This commit is contained in:
parent
9180308f5a
commit
dc57454d82
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ filename="sb-admin-${SBADMIN_VERSION}"
|
||||||
rm -rf temp
|
rm -rf temp
|
||||||
mkdir temp
|
mkdir temp
|
||||||
|
|
||||||
wget http://startbootstrap.com/downloads/${filename}".zip" -O temp/${filename}".zip"
|
wget https://github.com/IronSummitMedia/startbootstrap-sb-admin-2/archive/v1.0.2.zip -O temp/${filename}".zip"
|
||||||
|
|
||||||
unzip temp/${filename}".zip" -d temp/
|
unzip temp/${filename}".zip" -d temp/
|
||||||
|
mv temp/startbootstrap-sb-admin-2-1.0.2 temp/sb-admin-2
|
||||||
|
|
||||||
JQVERSION="1.11.1"
|
JQVERSION="1.11.1"
|
||||||
wget http://code.jquery.com/jquery-${JQVERSION}.js -O ./static/js/jquery.js
|
wget http://code.jquery.com/jquery-${JQVERSION}.js -O ./static/js/jquery.js
|
||||||
|
@ -30,7 +30,7 @@ mv temp/${filename}/js/* ./static/js/
|
||||||
rm -rf ./static/fonts/ ./static/font-awesome-4.1.0/
|
rm -rf ./static/fonts/ ./static/font-awesome-4.1.0/
|
||||||
|
|
||||||
mv temp/${filename}/fonts/ ./static/
|
mv temp/${filename}/fonts/ ./static/
|
||||||
mv temp/${filename}/font-awesome-4.1.0/ ./static/
|
mv temp/${filename}/font-awesome/ ./static/
|
||||||
|
|
||||||
rm -rf ./static/css/plugins/
|
rm -rf ./static/css/plugins/
|
||||||
mv temp/${filename}/css/* ./static/css/
|
mv temp/${filename}/css/* ./static/css/
|
||||||
|
|
Loading…
Reference in a new issue