Adjust what we're extracting to not hit the /vendor/ dir.

This commit is contained in:
Wil Clouser 2011-02-06 02:25:11 -08:00
Родитель 2b8adb438f
Коммит 2537f8882f
1 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -332,7 +332,9 @@ DOMAIN_METHODS = {
'messages': [
('apps/**.py',
'tower.management.commands.extract.extract_tower_python'),
('**/templates/**.html',
('apps/**/templates/**.html',
'tower.management.commands.extract.extract_tower_template'),
('templates/**.html',
'tower.management.commands.extract.extract_tower_template'),
],
'lhtml': [
@ -349,12 +351,6 @@ DOMAIN_METHODS = {
],
}
# These domains will not be merged into z-keys.pot and will use separate PO
# files.
STANDALONE_DOMAINS = [
'javascript',
]
# Bundles is a dictionary of two dictionaries, css and js, which list css files
# and js files that can be bundled together by the minify app.
MINIFY_BUNDLES = {