New Post: Compression Time
hmm. that is interesting. so it seriously only took 3 seconds to min/bundle 100 js files with v1.7?
View ArticleNew Post: Compression Time
Yes.. but I confess I have not cared about the compression settings yet with the new version. And it's only 80 files, not 100. And even less then 3 secs with 1.7. Never noticed compression actually...
View ArticleNew Post: Compression Time
hmm. love the output dump. thanks heaps for that.First of all, are you using the .NET 2.0 or .NET 3.5 dll for 1.7?I'm wondering if it's an issue with some .NET 2,0 code. hmmm.Would it be possible to...
View ArticleUpdated Wiki: Home
Project DescriptionThis is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient...
View ArticleUpdated Wiki: Home
Project DescriptionThis is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient...
View ArticleUpdated Wiki: Home
Project DescriptionThis is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient...
View ArticleNew Post: Compression Time
Thanks for the fast replies! This thing is quite weird. Maybe it's just my computers fault or harddisk or whatever.Here is a package with some jquery ui files and some larger libraries I used in my...
View ArticleNew Post: Compression Time
Bit of a weird one.Using your example (excellent btw, fully working examples of a problem, just what we need!), if I cut them down to a single large file each, there's nothing in it between the old and...
View ArticleNew Post: Failed to read... problem
Everytime I add this piece of code below, MSBuild breaks showing [ERROR] missing variable name.Failed to read in the data for the path/fileIndeed it seems that the compressor gets confused. I am not...
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
Hello,I'm just wondering if this problem has been solved and if it has, can someone please share the solution?Thank you very much!
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
Hi @hykyitum.. yes I believe it has been solved. As suggested (above), it's not an issue with YUI Compressor .NET itself .. but about how you configure your MSBuild file.Check out the sample MSBuild...
View ArticleNew Post: Failed to read... problem
Hi,It would do yes, int is a reserved word in javascript so you can't define a variable "int".http://javascript.about.com/library/blreserved.htm
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
Hi @purekrome,Yes I am aware that it's related to the configuration of the MSBuild file, but unfortunately, I wasn't sure how to configure it before (I only learn about MSBuild yesterday). I managed to...
View ArticleUpdated Wiki: Home
Project DescriptionThis is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient...
View ArticleUpdated Wiki: Home
Project DescriptionThis is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient...
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
NP :)yeah - so for every source file, it's now minifiyng each one seperately? and each min'd file is postpended with .min.js ?
View ArticleNew Post: Failed to read... problem
@JuniorMayheFreeRanger is right - u can't have a variable called 'int'.varint = this; //int is a BAD variable name for Yahoo compressor!In fact, i've always thought javascript would error if someone...
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
Top work @hykyit!!Worthy of being in the documentation IMO!
View ArticleNew Post: Outputting multiple JavaScript files ending in *.min.js
I should make a video of this.
View Article