This commit is contained in:
Sean McArthur 2011-11-02 17:27:30 -05:00
Родитель 1495148b32
Коммит 21b4f33a1f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -82,7 +82,7 @@ _shipyard_cmd = 'node ./media/lib/shipyard/bin/shipyard build %s -d ./media/jetp
def shipyard_build(ctx):
" This is for -dev only "
manage_cmd(ctx, 'cache_bust')
with ctx.lcd(settings.SR"_DIR):
with ctx.lcd(settings.SRC_DIR):
ctx.local(_shipyard_cmd % '--non-minify')