etab icon indicating copy to clipboard operation
etab copied to clipboard

Export source maps

Open ExE-Boss opened this issue 8 years ago • 2 comments

This adds support for exporting source maps, which makes the program easier to debug.


Split off from #2

ExE-Boss avatar Aug 08 '17 09:08 ExE-Boss

cp dist/github.js.map dist/github.user.js.map seems not correct, I think we should revise the second uglify command.

hax avatar Aug 08 '17 18:08 hax

I couldn’t get UglifyJS to use the pre-existing source map when creating dist/github.user.js.

ExE-Boss avatar Aug 08 '17 18:08 ExE-Boss