From 7c1c59e5861a6472b1d54e432860daa6178bf56a Mon Sep 17 00:00:00 2001 From: sebnitu Date: Sat, 28 Jan 2017 18:23:02 -0800 Subject: [PATCH] Updated docs for better formatting. [Fixed #38][Fixed #39] --- docs/getting-started/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index b4f8c2fe..4ccf7f29 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -225,12 +225,16 @@ When using BaseWeb source, you'll need to utilize a method for compiling and min 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 - + 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.