Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu authored Jan 29, 2017
1 parent 5648da2 commit 8056d2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down

0 comments on commit 8056d2b

Please sign in to comment.