二行代码合并所有css文件及压缩

 

环境介绍

powershell yuicompressor

代码如下:

    ls *.css | gc | Out-File eweb.all.css
    java -jar d:\dropbox\command\yuicompressor.jar -o 'eweb.all.min.css' eweb.all.css

总结

  • powershell 令人惊叹,虽然未必有unix下shell 的强悍.但它的写法更符合程序员的习惯.

想去阿里工作,有内推吗

原文地址:https://www.cnblogs.com/ms_config/p/2118414.html