Cheating with deps 2

pull/18/head
Sami Mokaddem 2017-10-27 22:24:14 +02:00
parent f397378736
commit 9812dbe2b1
4 changed files with 3862 additions and 12 deletions

View File

@ -41,11 +41,11 @@ mkdir -p static/css/images
mv -f temp/jquery-ui-${JQUERYUIVERSION}/images/* ./static/css/images/
# boostrap
BOOTSTRAP_VERSION='4.0.0-beta.2'
wget https://github.com/twbs/bootstrap/releases/download/v${BOOTSTRAP_VERSION}/bootstrap-${BOOTSTRAP_VERSION}-dist.zip -O temp/bootstrap-${BOOTSTRAP_VERSION}.zip
unzip -o temp/bootstrap-${BOOTSTRAP_VERSION}.zip -d temp/bootstrap-${BOOTSTRAP_VERSION}-dist/
mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/js/* ./static/js/
mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/css/* ./static/css/
#BOOTSTRAP_VERSION='4.0.0-beta.2'
#wget https://github.com/twbs/bootstrap/releases/download/v${BOOTSTRAP_VERSION}/bootstrap-${BOOTSTRAP_VERSION}-dist.zip -O temp/bootstrap-${BOOTSTRAP_VERSION}.zip
#unzip -o temp/bootstrap-${BOOTSTRAP_VERSION}.zip -d temp/bootstrap-${BOOTSTRAP_VERSION}-dist/
#mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/js/* ./static/js/
#mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/css/* ./static/css/
# sb-admin2
SBADMIN_VERSION='3.3.7'

7
static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

3850
static/js/bootstrap.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long