You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace uglifier gem by terser to minimize javascript files
The minimization of JavaScript files is useful, because LinuxFr.org
includes jQuery and jQeury UI and certainly don't use all the tools
provided by them.
The decaffeinate process to build JavaScript files from old
coffee script files has built EcmaScript 6 files.
As uglifier is not compatible with EcmaScript 6, it has been replaced by terser
which is recommended by the uglifier project itself.
0 commit comments