mrclay / minify

Combines. minifies, and serves CSS or Javascript files
BSD 3-Clause "New" or "Revised" License
3k stars 473 forks source link

Source Maps #538

Open daneren2005 opened 8 years ago

daneren2005 commented 8 years ago

Is there any plan to add source maps to the minification process? IE: http://blog.getsentry.com/2015/10/29/debuggable-javascript-with-source-maps.html

mrclay commented 8 years ago

There's a JS implementation of JSMin that creates maps. Wanna port it into mrclay/jsmin-php

glensc commented 8 years ago

add link?

mrclay commented 8 years ago

I added the link to my comment.

glensc commented 8 years ago

ah. it's in JavaScript. otherwise I would suggest to merge two projects.