Skip to content

Commit

Permalink
Docs: Update browserify-uglify-sourcemap recipe with clarification (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
m98 authored and phated committed Dec 14, 2016
1 parent af33d4b commit 6899a6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/recipes/browserify-uglify-sourcemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
Browserify with full sourcemaps that resolve to the original individual files.

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.
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.

A simple `gulpfile.js` file for Browserify + Uglify2 with sourcemaps:

``` javascript
'use strict';
Expand Down

0 comments on commit 6899a6c

Please sign in to comment.