Skip to content

Commit 3457d0f

Browse files
author
contra
committed
Update fast-browserify-builds-with-watchify.md
1 parent f017959 commit 3457d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/fast-browserify-builds-with-watchify.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var browserify = require('browserify');
1717

1818
var bundler = watchify(browserify(watchify.args));
1919
// add the file to bundle
20-
bundler.add('.src/index.js');
20+
bundler.add('./src/index.js');
2121
// add any other browserify options or transforms here
2222
bundler.transform('brfs');
2323

0 commit comments

Comments
 (0)