as3lang / swfobject

An open source Javascript framework for detecting the Adobe Flash Player plugin and embedding Flash (swf) files.
11 stars 0 forks source link

define howto compress #8

Open zwetan opened 8 years ago

zwetan commented 8 years ago

SWFObject used YUI Compressor

since then JS compressor have evolved for now I would go with either

ricovitch commented 8 years ago

Uglify seems more standard to me. Maybe i'm wrong. In webpack this is a standard builtin plugin for optimization : https://webpack.github.io/docs/optimization.html

zwetan commented 8 years ago

yeah uglifyjs can do the job, it can be installed by npm and vs YUI compressor and GCC no java dependencies eg. it make the tooling install simpler

ricovitch commented 8 years ago

@zwetan I permit myself to add labels to the issues, is it ok for you ? I'm not very used with github issue management, but i find useful. So "question" labelled issue would be everything related with initial reflexion we are having.

zwetan commented 8 years ago

no problem at all, feel free to create new labels if needed