I YUI CSS compressor için bir PHP oluşturulan dosyadan borusuna tüm içeriği çalışıyorum.
// this command works great for Google Closure Javascript Compiler
php jscompressor.php | java -jar compiler.jar --js_output_file compressed.js
php jscompressor.php
oluşturulan JS bir yeri vardır bir PHP dosyası yukarı çeker.
I was hopping I could do exactly this but with YUI.
I cant.
// can anyone help me on this one? the following code doesnt work
php csscompressor.php | java -jar yuicompressor-2.4.2.jar -type css -o cssyui_compiled.js
Şimdiden teşekkürler.