18
18
HERE = os.path.dirname(__file__)
19
19
BUILD_DIR = os.path.normpath(os.path.join(HERE, '..', '..', '..', 'build'))
20
DEFAULT_SRC_DIR = os.path.normpath(os.path.join(HERE, '..', '..', '..'))
20
DEFAULT_SRC_DIR = os.path.normpath(os.path.join(HERE, '..', '..', '..', 'app', 'javascript'))
24
22
ESCAPE_STAR_PROPERTY_RE = re.compile(r'\*([a-zA-Z0-9_-]+):')
25
23
UNESCAPE_STAR_PROPERTY_RE = re.compile(r'([a-zA-Z0-9_-]+)_ie_star_hack:')