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://javascript-minifier.com/
use js minimify tool directly node js :
https://github.com/mishoo/uglifyjs2
use task runner gulp or grunt minimify plugin:
or use webpack bundle , minimify website or application:
Comments
Post a Comment