Recently we announced that we were deprecating our use of YUI Compressor . Many people still rely on Compressor for their day to day work and are still using it in their build systems. In our ongoing effort to involve more community members we are...
Read more →
A few months back, I hinted about the idea that I would do a public Hangout just to chat and socialize with the YUI community. Since then, I have received several requests to live up to my offer. This Friday (October 26th) at 1:00pm CST I will open...
Read more →
YUI Compressor has been a great tool for obfuscating and compressing JavaScript and CSS files for several years, but as the web continues to evolve and change, so do the tools we use to develop it. YUI Compressor will be going through a deprecation...
Read more →
Tuesday we released YUI 3.7.0pr2 and encouraged everyone to test it thoroughly, and you did! YUI 3.7.0pr4 is now available and contains a last minute fix for an issue that was found in yesterday's release. It's on the Yahoo! CDN (and as a download...
Read more →
Our build system has been on my mind lately, our old ant system was just getting too slow to keep up with the changes I was making and it was making it very difficult for our Automatic Travis Pull Request builds to test incoming changes properly if...
Read more →
Over the last few weeks, I have spent a great deal of time getting YUI's core tests executing on Travis CI . As of today, every push to our YUI 3 repo on GitHub results in over 6,000 (6,053 to be exact) unit tests being executed and logged. These...
Read more →
Today we are pleased to announce the official release of the new YUIDoc , our JavaScript documentation generator. YUIDoc is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc...
Read more →
Just over a year and a half ago I broke onto the scene with some demos of running YUI on the server with Node.js . This started out as an exercise in just stressing YUI's modularity and its ability to be used in more places than just the browser....
Read more →
In 3.4.0 we started the process of shifting some of Loader's logic around, to not only make it more performant, but to make it more robust and easier to use in other places (like on the server). We will be rolling out more changes in future...
Read more →
Component owner updates and a discussion about the future of Loader In the wake of Adam Moore leaving the YUI team for "Startup"ier pastures, we recently did a big shuffle of components, assigning new owners to a number of core components including...
Read more →
Update from the previous article : YUI 3 no longer runs in the global scope. I have made some adjustments to my nodejs-yui3 project to allow YUI 3 to run fully as a proper non-global module. Early this week I gave you a peek at running YUI 3 on the...
Read more →
For those that do not know about Node.js , here is how I describe it: Node.js is a server-side, non-blocking, event-driven runtime for JavaScript built on top of the v8 JavaScript engine . Think of Node.js as a viable replacement for your...
Read more →