1
0
Fork 0
forked from 0x2620/oxjs

theme.js -> theme.json; make timeline themed

This commit is contained in:
rolux 2012-01-04 15:20:07 +05:30
commit 66934d22a9
7 changed files with 61 additions and 29 deletions

View file

@ -19,7 +19,7 @@ def build_oxjs(geo):
source_path = '../../source/'
build_path = '../../build/'
dev_path = '../../dev/'
comment = 'OxJS (c) 2011 0x2620, dual-licensed GPL/MIT, see http://oxjs.org for details'
comment = 'OxJS (c) 2012 0x2620, dual-licensed GPL/MIT, see http://oxjs.org for details'
# SVGs
path = source_path + 'Ox.UI/themes/classic/svg/'
@ -113,7 +113,7 @@ def build_oxjs(geo):
# svgs are loaded as URLs or dataURLs
# browser images appear before load
if path != root and not '_' in path and not filename[0] in '._'\
and not filename.endswith('~') \
and not filename.endswith('~')\
and not 'jquery' in filename\
and not ('/themes/' in path and filename.endswith('.css'))\
and not filename.endswith('.svg')\