From 7ba3e300352366c476f30a60d9673ede021d24ac Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Tue, 10 Jun 2014 14:06:59 -0600 Subject: [PATCH] Update readme with info on building dist/ --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 684bb9af..50a93064 100644 --- a/README.md +++ b/README.md @@ -140,3 +140,12 @@ $ broccoli serve $ karma start ``` +Building dist/ +-------------- + +```sh +$ broccoli build dist +# Broccoli will not overwrite dist/, so you +# may need to delete it first +``` +