Open whittssg opened 8 years ago
@whittssg look into the grunt-usemin readme, and subsequently grunt-contrib-uglify
It might be a problem with the library that's being uglified, though. What library/service is it? Maybe file a bug with them.
Its the angular material UI library. I filed an issue with them since its only one of their services out of many that has the issue (the particular service works fine until the app is built) - they said that i wasn't injecting my dependencies correctly but i believe that i am since their other services work fine after building (and the error occurs within the vendor.js file). Thanks for the links (i asked about this on here in case there was some kind of built in EXCEPT clause in the gruntfile that i couldn't see) - I will read though them.
Hello, i am having problems with a JS library once my app has been built (one particular service from the library in particular) - is there a way to exclude a particular library from this process?
Thanks