Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <mweibel@users.noreply.github.com>2015-07-06 08:24:21 +0300
committerMichael Weibel <mweibel@users.noreply.github.com>2015-07-06 08:24:21 +0300
commit7e439479ccce1495ab51ed9c87d191ede195e725 (patch)
tree2fdf1974389578010ffd450bbe70567693aa3138
parent450dd6f7c7bc6987d47f02f1858a75471315cfae (diff)
parentadb76f8cea19dee2bd9866c9e6f22cce584560b0 (diff)
Merge pull request #399 from kripton/bugfix/contributing
Remove duplicate entry "Install Bower"
-rwxr-xr-x[-rw-r--r--]CONTRIBUTING.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9583417..0679f06 100644..100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,12 +40,11 @@ Please note that you should have a working XMPP server to test your changes (the
5. Install [Grunt](http://gruntjs.com/) (`npm install -g grunt-cli`)
6. Install [Bower](http://bower.io/) (`npm install -g bower`)
7. Install npm dependencies (`npm install` in candy root directory)
-8. Install [Bower](http://bower.io/) (`npm install -g bower`)
-9. Install bower dependencies (`bower install` in candy root directory)
-10. Create a branch based on the `dev` branch (`git checkout -B my-awesome-feature`)
-11. Run `grunt watch` to automatically run jshint (syntax checker) and the build of `candy.bundle.js` and `candy.min.js` while developing.
-12. Make your changes, fix eventual *jshint* errors & push them back to your fork
-13. Create a [pull request](https://help.github.com/articles/using-pull-requests)
+8. Install bower dependencies (`bower install` in candy root directory)
+9. Create a branch based on the `dev` branch (`git checkout -B my-awesome-feature`)
+10. Run `grunt watch` to automatically run jshint (syntax checker) and the build of `candy.bundle.js` and `candy.min.js` while developing.
+11. Make your changes, fix eventual *jshint* errors & push them back to your fork
+12. Create a [pull request](https://help.github.com/articles/using-pull-requests)
In case you have any questions, don't hesitate to ask on the [Mailing list](http://groups.google.com/group/candy-chat).