AlexanderPavlenko / sprockets_uglifier_with_source_maps

Create javascript source maps for your Rails applications
MIT License
35 stars 13 forks source link

add gzip + url_root options #1

Closed modosc closed 9 years ago

modosc commented 9 years ago

1) add gzip functionality - since these files are outside of the assets pipeline there's not an easy way to get the compressed automatically.

2) add url_root option - our js is served through a cdn but we didn't want our source maps available there so i added a mechanism to change the url used for source + map files.

AlexanderPavlenko commented 9 years ago

Thanks! 1.1.0 released.