armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

Missing some options like --source-map-url On UglifyJS2 #33

Open JordiOrriols opened 8 years ago

JordiOrriols commented 8 years ago

I'm looking at the code, but I don't see how it works when using or adding other options like:

--source-map-url

This has to be changed to source_map_url instead to use it?

I tried to use another options like source_map_input for GCC, but I see that the version that atom-minify have is older than the latest from google. There are some new interesting features to have.