Added Gulp to pre-requisites

This commit is contained in:
Benoit Schweblin 2014-09-06 13:48:38 +01:00
parent 9ec1928874
commit 2be4919853

View File

@ -8,7 +8,7 @@ Getting started
- [Git][1] - [Git][1]
- [node.js/npm][2] - [node.js/npm][2]
- [Grunt][3] - [Gulp][3]
- [Bower][4] - [Bower][4]
### Before debugging ### Before debugging
@ -596,7 +596,7 @@ myExtension.onMessage = function(message) {
[1]: http://git-scm.com/ [1]: http://git-scm.com/
[2]: http://nodejs.org/ [2]: http://nodejs.org/
[3]: http://gruntjs.com/ [3]: http://gulpjs.com/
[4]: http://bower.io/ [4]: http://bower.io/
[5]: http://requirejs.org/ "RequireJS" [5]: http://requirejs.org/ "RequireJS"
[6]: http://en.wikipedia.org/wiki/Asynchronous_module_definition "Asynchronous module definition" [6]: http://en.wikipedia.org/wiki/Asynchronous_module_definition "Asynchronous module definition"