mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
added missing dependency
This commit is contained in:
parent
9854851f7e
commit
c994bfb5a7
@ -50,6 +50,9 @@ cd ./public/lib/bootstrap
|
||||
if [ ! -f ./bootstrap-combined.min.css ]; then
|
||||
curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css
|
||||
fi
|
||||
if [ ! -f ./bootstrap-min.js ]; then
|
||||
curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js
|
||||
fi
|
||||
cd ${current_dir}
|
||||
|
||||
# http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings.png
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user