Top "Yui-compressor" questions

YUI Compressor is a utility that can minify/compress JavaScript and/or Cascading Style Sheets to reduce the file payload size for web pages.

YUI Compressor Maven plugin doesn't compress JS files

I am using YUI Compressor to compress the JS files in my web app. I have configured the plugin as …

maven-2 yui-compressor
How do I use msbuild in Visual Studio's post build event?

I'm trying to configure the YUICompressor.NET in my Visual Studio project. As I've understood, I have to create a .…

visual-studio-2010 post-build-event yui-compressor
Files got overwritten in maven project when building a war

I'm building a web application project using maven, and packaging is set to "war". I also use YUI compressor plugin …

maven yui-compressor maven-war-plugin
HTML + JavaScript + CSS compact tool

I need a tool which can minify, optimize and munge many files of those possible types HTML (minify only) JavaScript (…

javascript html css yui-compressor jscompress
How can I combine and compress multiple script and css files for production use?

I want to use YUI Compressor to combine and compress my css and js file sets when I compile my …

powershell build-process yui-compressor
Javascript YUICompressor error

Using YUICompressor I get the following error from my javascript code: [ERROR] 270:201:missing name after . operator [ERROR] 292:6:missing ; before statement …

javascript yui yui-compressor
Automate Eclipse "Yui Compressor..."

Eclipse PDT has this handy built-in Yui Compressor in the context menu for files. But when building a webapp that …

javascript eclipse yui eclipse-pdt yui-compressor
YUI remove javascript comments

I need to remove comments (the "// This is a comment" like comments) from some Javascript code, I'm using YUI compressor, …

javascript comments yui-compressor