Connect and minimize third-party javascript libraries

I am developing a large project using AngularJs, and I am using a large number of external resource libraries.

I have already established myself and joined my own javascript files, but I'm not sure how I can combine and minimize all external libraries without breaking my application. Any ideas? Should I do this?

Thank.

+3
source share
1 answer

There are several ways:

0
source

All Articles