From e87e84eb5b009f25f0a14cb201e2836a346add58 Mon Sep 17 00:00:00 2001 From: Tom Fulton Date: Tue, 18 Mar 2014 22:59:06 -0600 Subject: [PATCH] Explain build details in README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b7bf2a..5565d10 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,16 @@ Want to contribute to Archetype? You'll want to use Grunt (our task runner) to npm install ### Build ### - grunt # Compiles to `/dist/` - grunt --target="D:\path\to\umbraco\site" + grunt + + Builds the project to `/dist/`. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using: + + grunt --target="D:\inetpub\mysite" + +You can also watch for changes using: grunt watch - grunt watch --target="D:\path\to\umbraco\site" + grunt watch --target="D:\inetpub\mysite" + Add `--touch` to either command to automatically touch the web.config on a deploy \ No newline at end of file