minify icon indicating copy to clipboard operation
minify copied to clipboard

Source Maps

Open matt-t-d opened this issue 8 years ago • 11 comments

It would be really useful if there was an option to generate source maps for the processed files

matt-t-d avatar Feb 24 '17 10:02 matt-t-d

+1

diegocavalletti avatar Apr 12 '17 13:04 diegocavalletti

+1

samgrandad avatar Sep 15 '17 09:09 samgrandad

+1

professor93 avatar Nov 15 '17 06:11 professor93

What for it need? .map files

MDReal32 avatar Feb 11 '19 06:02 MDReal32

@MDReal32 The map files can be used by dev tools to link to the underlying source code line instead of the minified version which is usually on one line.

https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

matt-t-d avatar Feb 11 '19 20:02 matt-t-d

its really useful option .. please update this .. we all need it !

Benyaminrmb avatar May 08 '19 09:05 Benyaminrmb

Any news on this?

MarkHTML avatar Sep 02 '19 13:09 MarkHTML

@mattythebatty Thx

MDReal32 avatar Oct 15 '19 18:10 MDReal32

Something new? this would be a nice feature, but now that for Lighthouse it is a priority if you deliver combined files. Regards

leoalv avatar Nov 24 '20 18:11 leoalv

Definitely adding my +1. Love the fact that my files are now minified automatically, but it makes debugging significantly harder.

DIntriglia avatar Aug 07 '21 17:08 DIntriglia

This PHP project could make this easy to add: https://github.com/axypro/sourcemap

ak-jdesrosiers avatar Jan 14 '22 20:01 ak-jdesrosiers