minor tweaks and fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-10-29 02:51:05 +04:00
parent 01be00adc1
commit 28f48e7105
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
#======================================================================= #=======================================================================
__version__ = '''0.0.01''' __version__ = '''0.0.01'''
__sub_version__ = '''20131023173117''' __sub_version__ = '''20131026130132'''
__copyright__ = '''(c) Alex A. Naanou 2011''' __copyright__ = '''(c) Alex A. Naanou 2011'''
@ -82,7 +82,7 @@ CONFIG = {
'150px': 150, '150px': 150,
'350px': 350, '350px': 350,
'900px': 900, '900px': 900,
## '1080px': 1080, '1080px': 1080,
## '1920px': 1920, ## '1920px': 1920,
} }
} }

View File

@ -207,6 +207,13 @@ fi
# build cache...
if [ -z $SKIP_CACHE ] ; then
find . -type d -name 'preview (RAW)' -exec buildcache "{}" \;
fi
# collect previews to one location... # collect previews to one location...
if ! [ -z $COMMON_PREVIEWS ] ; then if ! [ -z $COMMON_PREVIEWS ] ; then
if ! [ -e "./$COMMON_PREVIEWS" ] ; then if ! [ -e "./$COMMON_PREVIEWS" ] ; then
@ -217,11 +224,4 @@ fi
# build cache...
if [ -z $SKIP_CACHE ] ; then
find . -type d -name 'preview (RAW)' -exec buildcache "{}" \;
fi
# vim:set nowrap nospell : # vim:set nowrap nospell :