I have a Yeoman project that uses grunt-contrib-uglify on its Javascript files. When run on the Selectvizr library (pulled in using Bower) the resultant file looks like this:
!function(win){return}(this);
I think that's because Selectivizr is setup to not do anything if the browser isn't IE, so perhaps in the Grunt execution context it's doing just that?
So I want to know if it's possible to have Uglify run on Selectivizr and produce something usable?