This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".
The branch, master has been updated
via b69e5957d390ca06678c3edae03ed509df176447 (commit)
from 6d5ef3c59299bbae11cda6d54d6bf6fb69a9f44e (commit)
Summary of changes:
templates/faq.md | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b69e5957d390ca06678c3edae03ed509df176447
Author: Mighty Byte <[email protected]>
Date: Fri Mar 18 16:36:03 2011 -0400
Added FAQ entry for development mode.
diff --git a/templates/faq.md b/templates/faq.md
index 68d4618..8c751bd 100644
--- a/templates/faq.md
+++ b/templates/faq.md
@@ -7,6 +7,7 @@
1. [Is anyone using Snap in production?
](#is-anyone-using-snap-in-production)
1. [Where's the high-level functionality?
](#wheres-the-high-level-functionality)
1. [Why can't I install Snap? ](#why-cant-i-install-snap)
+1. [How do I run my app in development
mode?](#how-do-i-run-my-app-in-development-mode)
1. [I am getting a "cannot find normal object file" error when trying to build
Snap.
Why?](#i-am-getting-a-cannot-find-normal-object-file-error-when-trying-to-build-snap.-why)
1. [Why doesn't Heist display templates?
](#why-doesnt-heist-display-templates)
1. [How do I get the libev backend working?
](#how-do-i-get-the-libev-backend-working)
@@ -69,6 +70,14 @@ list](http://mailman-mail5.webfaction.com/listinfo/snap) or
contact us on our
(`#snapframework` on [freenode](http://freenode.net/)).
+### How do I run my app in development mode?
+
+`cabal clean; cabal install -fdevelopment`
+
+If you've already built your application without development mode, it's
+important to do a clean first.
+
+
### I am getting a "cannot find normal object file" error when trying to build
Snap. Why?
If you try to build Snap in profiling mode, sometimes you will encounter this
error:
-----------------------------------------------------------------------
hooks/post-receive
--
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap