Advertisement
Epstone

Untitled

Nov 1st, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. VERSION 1.7.0.0
  2.  
  3. <CompressorTask
  4. CssFiles="@(CssFiles)"
  5. DeleteCssFiles="false"
  6. CssOutputFile="$(CssOutputFile)"
  7. CssCompressionType="YuiStockCompression"
  8. JavaScriptCompressionType="YuiStockCompression"
  9. JavaScriptFiles="@(JavaScriptFiles)"
  10. ObfuscateJavaScript="True"
  11. PreserveAllSemicolons="False"
  12. DisableOptimizations="Nope"
  13. EncodingType="UTF8"
  14. DeleteJavaScriptFiles="false"
  15. LineBreakPosition="-1"
  16. JavaScriptOutputFile="$(JavaScriptOutputFile)"
  17. LoggingType="ALittleBit"
  18. ThreadCulture="en-gb"
  19. IsEvalIgnored="false"
  20. />
  21.  
  22. C:\Users\Patrick>C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe C:\Projekte\XYZ\MSBuild\yui-compress.xml
  23. Microsoft (R) Build Engine Version 4.0.30319.1
  24. [Microsoft .NET Framework, Version 4.0.30319.269]
  25. Copyright (C) Microsoft Corporation 2007. All rights reserved.
  26.  
  27. Build started 01.11.2012 11:21:43.
  28. Project "C:\Projekte\XYZ\yui-compress.xml" on node 1 (default targets).
  29. MyTaskTarget:
  30. Starting Css/Javascript compression...
  31. Using version 1.7.0.0 of YUI Compressor .NET Library MsBuild Task.
  32. Current thread culture / UI culture (before modifying, if requested): German (Germany)/German (Germany)
  33.  
  34. # Found one or more JavaScript file arguments. Now parsing ...
  35. ** Obfuscate Javascript: Yep!
  36. ** Preserve semi colons: Nope :(
  37. ** Disable optimizations: Hell No!
  38. ** Line break position: None
  39. ** Thread Culture: English (United Kingdom)
  40. # 80 JavaScript files requested.
  41. => ..\Scripts\external\010.jquery.tmpl.min.js
  42. => ..\Scripts\external\015.knockout.debug.js
  43. ...
  44. => ..\Scripts\knockout\user_profileViewModel.js
  45. Finished compressing all 80 files.
  46. Total original JavaScript file size: 758800. After compression: 308628. Compressed down to 40.67317% of original size.
  47. Compressed content saved to file [..\Scripts\final-js.js].
  48.  
  49. Finished Css/Javascript compression.
  50. Reverted back to thread culture / UI culture: German (Germany)/German (Germany)
  51. Total time to execute task: 00:00:01.5640878
  52. 8< --------------------------------- ( o Y o ) --------------------------------- >8
  53.  
  54. Done Building Project "C:\Projekte\XYZ\MSBuild\yui-compress.xml" (default targets).
  55.  
  56. Build succeeded.
  57. 0 Warning(s)
  58. 0 Error(s)
  59.  
  60. Time Elapsed 00:00:01.66
  61.  
  62.  
  63. -------------------------------------------------------------------------------------
  64. VERSION 2.1.1.0
  65.  
  66. <JavaScriptCompressorTask
  67. SourceFiles="@(JavaScriptFiles)"
  68. DeleteSourceFiles="false"
  69. OutputFile="..\Scripts\final-js.js"
  70. />
  71.  
  72. C:\Users\Patrick>C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe C:\Projekte\XYZ\MSBuild\yui-compress_new.xml
  73. Microsoft (R) Build Engine Version 4.0.30319.1
  74. [Microsoft .NET Framework, Version 4.0.30319.269]
  75. Copyright (C) Microsoft Corporation 2007. All rights reserved.
  76.  
  77. Build started 01.11.2012 11:26:43.
  78. Project "C:\Projekte\XYZ\MSBuild\yui-compress_new.xml" on node 1 (default targets).
  79. Minimize:
  80. No logging argument defined. Defaulting to 'Info'.
  81. No Compression type defined. Defaulting to 'Standard'.
  82. Starting Compression...
  83. Using version 2.1.1.0 of YUI Compressor .NET Library MsBuild Task.
  84. Current thread culture / UI culture (before modifying, if requested): German (Germany)/German (Germany)
  85.  
  86. # 80 files requested.
  87. => ..\Scripts\external\010.jquery.tmpl.min.js
  88. => ..\Scripts\external\015.knockout.debug.js
  89. ...
  90. => ..\Scripts\knockout\user_profileViewModel.js
  91. Finished compressing all 80 files.
  92. Total original file size: 758804. After compression: 308663. Compressed down to 40.67757% of original size.
  93. Compression Type: Standard.
  94. Compressed content saved to file [..\Scripts\final-js.js].
  95.  
  96. Finished compression.
  97. Total time to execute task: 00:00:38.1757334
  98. 8< --------------------------------- ( o Y o ) --------------------------------- >8
  99.  
  100. Done Building Project "C:\Projekte\XYZ\MSBuild\yui-compress_new.xml" (default targets).
  101.  
  102. Build succeeded.
  103. 0 Warning(s)
  104. 0 Error(s)
  105.  
  106. Time Elapsed 00:00:38.40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement