From 5038618c224f5a32a219e5256391b4a056689ce9 Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Fri, 11 Apr 2014 02:03:59 -0700 Subject: [PATCH] windows bat file to build JSX --- make.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 make.bat diff --git a/make.bat b/make.bat new file mode 100644 index 00000000..5ac7b0da --- /dev/null +++ b/make.bat @@ -0,0 +1,8 @@ +REM This batch file assumes https://code.google.com/p/msysgit/ and node.js for Windows is installed. +REM Before running this batch file, run "git submodules update --init" + +perl submodules\picotemplate\picotemplate.pl src/_doc.jsx +perl tool\make-meta package.json src/meta.jsx +cd src +node ..\tool\bootstrap-compiler.js --executable node --warn none --output ..\bin\jsx jsx-node-front.jsx +cd .. \ No newline at end of file