Mercurial > piecrust2
view build/generate_messages.cmd @ 117:6827dcc9d3fb
Changes to the asset processing pipeline:
* Add semi-functional RequireJS processor.
* Processors now match on the relative path.
* Support for processors that add more processors of their own.
* A couple of related fixes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 28 Oct 2014 08:20:38 -0700 |
parents | f485ba500df3 |
children | 04e3da2dd969 |
line wrap: on
line source
@echo off setlocal set CUR_DIR=%~dp0 set CHEF=%CUR_DIR%..\bin\chef set OUT_DIR=%CUR_DIR%..\piecrust\res\messages set ROOT_DIR=%CUR_DIR%messages %CHEF% --root=%ROOT_DIR% bake -o %OUT_DIR% del %OUT_DIR%\index.html