Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    2021 Update: If using ES6 JS, try using gulp-terser. gulp-uglify as I understand, does not support ES6. If you are using Babel to transpile to ES5, then no issues. Commented Mar 11, 2021 at 20:16
  • There is a tool written in Ruby that I've used before: github.com/ConradIrwin/ruby-source_map. I'm looking for something written in python or c. Commented Jul 3, 2021 at 18:47