I call the YUI compressor as follows:
C:\Program Files (x86)\Java\jre6\bin>java -jar c:\min\yuicompressor-2.4.2.jar -v c:\min\file1.js -o c:\min\file1-min.js > c:\min\output.txt
Is there any way to get verbose output to a file?
Ive tried> c: \ min \ output.txt (as above), but it just creates empty files.
Thank.
Answering an old question, because today I ran into the same problem.
It seems that verbose output is directed to standard error output, so ... Replace "> c: \ min \ output.txt" with "2> c: \ min \ output.txt"
Source: https://habr.com/ru/post/1769779/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1769774/back-and-forward-buttons-to-control-ajax-loads&usg=ALkJrhjgMCbTcXgn7buJGlQp1k89dkAl8AGet text from all elements matching a pattern in selenium - pythonRails multi select defaults - ruby-on-railsFindbug - ANT links to xslt style source codes - antКак переместить динамический элемент HTML в правой части окна браузера? - jqueryТип StructureMap запрашивается - structuremapFilter database results without running an additional query - databaseAdd loading graphics to Ajax jQuery UI tabs? - jqueryThe scope of the stored procedure: using sp from another database - sqlИсправить все черно-белые курсоры wx на окнах - matplotlibAll Articles