From 663e8f1984b78b28b7844137ebcd1e7c36f7498f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 5 Dec 2015 22:35:41 +0100 Subject: [PATCH] improve readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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