how to use with php cli ?
GoogleCodeExporter opened this issue · comments
Google Code Exporter commented
hello,
i would like to use you lib in command line for generate min version at each
release
is it possible ?
actually i m using yuicompressor which is bugguy with my JVM ( lot of crash )
here is how i use it, i would appreciate the equivalent with minify:
find -H /home/web/myapp/ -type f -name '*.css' -exec sh -c 'echo {} && java
-jar /home/batch/libs/yuicompressor.jar {} -o '.css$:-min.css' {}' \;
you can see here that it create a new file with -min suffix
thanx for any help
Original issue reported on code.google.com by pitsel...@gmail.com
on 7 Sep 2011 at 9:50
Google Code Exporter commented
Please re-post this message to: http://groups.google.com/group/minify
Original comment by mrclay....@gmail.com
on 7 Sep 2011 at 4:13
- Changed state: Invalid