Mercurial > piecrust2
view util/generate_messages.cmd @ 482:cce911be024d
serve: Fix a crash when matching taxonomy URLs with incorrect URLs.
This is still around code that should have been fixed a while ago but hey,
consider this a growing TODO.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 21 Jul 2015 22:42:05 -0700 |
parents | f14796cbab0f |
children |
line wrap: on
line source
@echo off setlocal set CUR_DIR=%~dp0 set CHEF=%CUR_DIR%..\bin\chef set OUT_DIR=%CUR_DIR%..\piecrust\resources\messages set ROOT_DIR=%CUR_DIR%messages %CHEF% --root=%ROOT_DIR% bake -o %OUT_DIR% del %OUT_DIR%\index.html