Skip to content

Commit

Permalink
Updated docs for better formatting. [Fixed #38][Fixed #39]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jan 29, 2017
1 parent c7780c1 commit 7c1c59e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,16 @@ When using BaseWeb source, you'll need to utilize a method for compiling and min
</tr>
<tr>
<td><code>gulp replace</code></td>
<td>
Runs a search and replace task on a given set of files. Great for updating current version numbers that are located throughout a project. <br><strong>Usage:</strong> <code>gulp replace -s SEARCH -r REPLACE -f FILES</code>
</td>
<td> Runs a search and replace task on a given set of files.*</td>
</tr>
</tbody></table>

\* Great for updating current version numbers that are located throughout a project.

```
Usage: gulp replace -s SEARCH -r REPLACE -f FILES
```

<div class="notice info">
<p markdown="1">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.</p>
</div>

0 comments on commit 7c1c59e

Please sign in to comment.