Combining and Compressing multiple JavaScript files in php

前端 未结 5 1473
孤城傲影
孤城傲影 2020-12-05 01:07

I am working on a PHP app that requires eight javascript files (hello web2.0).

I am wondering what the best way combine and compress all of the files dynamically. A

5条回答
  •  情话喂你
    2020-12-05 01:50

    You maybe could use Yahoo JavaScript Compressor which is a command line tool you could start from you PHP script.

提交回复
热议问题