angularjs - Minify a file during rendering in javascript -


i working on project in angularjs , unable think of way in minifiy file during rendering. there way in javascript or angular ? please newbie

you have minimify before, can use plenty of tools online :

https://jscompress.com/

https://javascript-minifier.com/

use js minimify tool directly node js :

https://github.com/mishoo/uglifyjs2

use task runner gulp or grunt minimify plugin:

http://gruntjs.com/

http://gulpjs.com/

or use webpack bundle , minimify website or application:

https://webpack.github.io/docs/


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -