lautis / uglifier

Ruby wrapper for UglifyJS JavaScript compressor.
http://www.rubydoc.info/gems/uglifier
MIT License
615 stars 81 forks source link

Update Source Map to 0.5.6 #96

Closed junaruga closed 8 years ago

junaruga commented 8 years ago

Hi,

I updated the Source Map (vendor/source-map) to 0.5.6 (latest version), and rebuilt lib/uglify.js because I wanted to use it. Also Its test could be passed

Could you check my patch? Thanks.

$ git submodule
 aa0398ced67beebea34f0d36f766505656c344f6 vendor/source-map (0.5.6)
 294861ba96aaf61591e2158c9e9ffad50f58625d vendor/uglifyjs (v2.6.2)

$ bundle exec rake js

$ bundle exec rake 
junaruga commented 8 years ago

Thanks!