diff --git a/README.md b/README.md index f24cf16..30d1232 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ gulp-browser is meant to be easy: .pipe(gulp.dest("./test/browserifiedJS/")); return stream; }); -``` \ No newline at end of file +``` + +> **Note:** Be aware of how gulp-src creates values of file.base and file.path since that is important to the require statements. \ No newline at end of file