update readme

add list of know forks and stuff about if you should keep the version history or not
This commit is contained in:
Riku Rouvila
2015-10-04 14:59:27 +03:00
parent f6a918d839
commit 0117ae6ec6

View File

@@ -54,9 +54,17 @@ All dependencies are meant to be installed with **npm**.
---
## FAQ
### Should I clear the version history after I clone this repository?
I would advice against it. Keeping the version history makes it easier to receive updates from this project.
### I want to use CoffeeScript instead of JavaScript
Check out the [coffee branch](https://github.com/leonidas/gulp-project-template/tree/coffee)
Fork this repository and customize it based on your preferences . Please leave an issue about your fork and we'll add it to the list below.
**Known forks**
* [CoffeeScript + Knockout.js](https://github.com/tjyrkinen/gulp-knockout-project-template)
## Useful resources
* [Browserify handbook](https://github.com/substack/browserify-handbook)