improve readme

This commit is contained in:
Philipp Kunz 2015-12-05 22:35:41 +01:00
parent f29bb7ea44
commit 663e8f1984

View File

@ -20,4 +20,6 @@ gulp-browser is meant to be easy:
.pipe(gulp.dest("./test/browserifiedJS/"));
return stream;
});
```
```
> **Note:** Be aware of how gulp-src creates values of file.base and file.path since that is important to the require statements.