From 8056d2bf962d71542125dcfc43cd64d941fc3f25 Mon Sep 17 00:00:00 2001 From: Sebastian Nitu Date: Sat, 28 Jan 2017 18:14:36 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0e68a1..661f7d51 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ BaseWeb leverages Gulp for its build process. To use our Gulp tasks, after cloni | `gulp go` | Builds everything | | `gulp watch` | Watches all asset files and runs the appropriate build task based on changed | | `gulp` | Builds everything and then initiates the watch task | -| `gulp replace` | Runs a search and replace task on a given set of files. | +| `gulp replace` | Runs a search and replace task on a given set of files.\* | + +\*Great for updating current version numbers that are located throughout a project. **Usage:** `gulp replace -s SEARCH -r REPLACE -f FILES` *All of BaseWeb's build tasks are located in `gulpfile.js`. Check out [Gulp's documentation](http://gulpjs.com/) for how to create your own builds.*