Skip to content

Commit ab5eec0

Browse files
author
Contra
committed
more info on gulpfile. closes gulpjs#44
1 parent 51a5b21 commit ab5eec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ You can view a list of plugins by going to [this npm search](https://npmjs.org/s
3333

3434
## Usage
3535

36+
This code goes in your `Gulpfile.js` (case insensitive) at the root of your project. For more information on how to use other languages check the [compilers](#compilers) section.
37+
3638
```javascript
3739
var gulp = require('gulp');
3840
var jade = require('gulp-jade');

0 commit comments

Comments
 (0)