Skip to content

Commit 6899a6c

Browse files
m98phated
authored andcommitted
Docs: Update browserify-uglify-sourcemap recipe with clarification (#1813)
1 parent af33d4b commit 6899a6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/recipes/browserify-uglify-sourcemap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
55
Browserify with full sourcemaps that resolve to the original individual files.
66

7-
See also: the [Combining Streams to Handle Errors](https://github.com/gulpjs/gulp/blob/master/docs/recipes/combining-streams-to-handle-errors.md) recipe for handling errors with browserify or uglify in your stream.
7+
See also: the [Combining Streams to Handle Errors](https://github.com/gulpjs/gulp/blob/master/docs/recipes/combining-streams-to-handle-errors.md) recipe for handling errors with browserify or uglify in your stream.
8+
9+
A simple `gulpfile.js` file for Browserify + Uglify2 with sourcemaps:
810

911
``` javascript
1012
'use strict';

0 commit comments

Comments
 (0)