From 7b46e28d9c84565f5d3526dce5654416ba7c6d1a Mon Sep 17 00:00:00 2001 From: Adam Roderick Date: Thu, 30 Jul 2015 08:26:19 -0600 Subject: [PATCH] Update user-guide.md --- docs/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index b98ea066..7a9b2a5c 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -71,7 +71,7 @@ If you want more detail about the proxy middleware, look at the external lib whi ## File watching & pre-processing -When you run the dev. server or if you manually launch the `watch` task, Gulp will watch your changes on the files in the `src` folder. It will ables Gulp to launch all processings on your file as soon as you hit save. +When you run the dev. server or if you manually launch the `watch` task, Gulp will watch your changes on the files in the `src` folder. This enables Gulp to launch all processings on your file as soon as you hit save. All processings are watching your `src` directory and put their results in the `.tmp/serve` folder. **There is no automatic process featured in the generator which will modify your files in the `src` folder**. The processed version of the files are written at the same path as the original file with often a new file extension.