sbt / sbt-rjs

RequireJs optimizer plugin for sbt-web
Other
39 stars 28 forks source link

Uglify doing a lot of extra work #27

Closed benmccann closed 10 years ago

benmccann commented 10 years ago

I noticed that uglify is doing quite a bit more than it needs to. I believe that it really only needs uglify the rjs optimized file. However, it is also uglifying all the source files as well, which makes compiling take longer than necessary.

huntc commented 10 years ago

Hmmm. So is this an rjs issue more so than an sbt-rjs issue?

benmccann commented 10 years ago

Think I figured it out. Sent a pull request here: https://github.com/sbt/sbt-rjs/pull/28