From a2332f08bc60b65651a6ae434278cf09399e1bad Mon Sep 17 00:00:00 2001 From: Aleksandar Djindjic Date: Fri, 31 Oct 2014 14:58:46 +0100 Subject: [PATCH] Just a little info added I needed this and it maybe help to someone else --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c62ac45f67..b9dd9fd937 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,10 @@ map embedded in a comment at the bottom. Compile the entire `src` directory and output it to the `lib` directory. $ 6to5 src --out-dir lib + +Compile the entire `src` directory and output it to the one concatenated file. + + $ 6to5 src --out-file script-compiled.js Pipe a file in via stdin and output it to `script-compiled.js`