img refresh

This commit is contained in:
Jaromil 2014-10-26 10:18:10 +01:00
parent 5be5585483
commit 3d1f52b622
1 changed files with 2 additions and 0 deletions

2
render
View File

@ -337,9 +337,11 @@ calc_dest() {
# copy core bootstrap files in place
mkdir -p "$destination/css"
mkdir -p "$destination/js"
mkdir -p "$destination/img"
#{ test -r "$destination"/css/bootstrap.css } || {
cp "$SYS"/css/bootstrap.css "$destination"/css/
cp "$SYS"/img/* "$destination"/img/
cp views/css/bootstrap.min.css "$destination"/css/
cp "$SYS"/css/bootstrap-responsive.css "$destination"/css/
#}