Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down