I used the Git OSX Installer.
I used the Node.js Mac Installer to install the current version of Node. It installed to /usr/local/bin.
I used the Git OSX Installer.
I used the Node.js Mac Installer to install the current version of Node. It installed to /usr/local/bin.
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, feel free to leave a comment below.
This week saw the release of [YUI 3.9.1][1], a patch release that includes bug fixes and enhancements for [Handlebars][2], [LazyModelList][3] fixes, and [Y.Tree][4]. Details of all changes can be found in the [YUI 3.9.1 History Rollup][5].
With the 3.9 release out the door, planning for the next release of YUI is underway! One big thing you can expect to see in the upcoming preview release is Satyen Desai's work on Base performance improvements. By including [these updates][6], we're seeing a 2-5x improvements in the [base-benchmark][7] perf tests in Chrome/OSX. Improvements in Base will affect anything extending it, which includes many parts of the library. Stay tuned!
For those anxious to get started with the new Y.Promise component, documentation is on the way! Here's the [pull request][8
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf8"> | |
| <title>JSON</title> | |
| </head> | |
| <body> | |
| <h1>JSON Test Page</h1> |
| <!doctype html> | |
| <head> | |
| <style> | |
| #good, | |
| #bad { | |
| font-size: 30px; | |
| width: 300px; | |
| height:150px; | |
| } | |
| </style> |
| <!doctype html> | |
| <head> | |
| <style> | |
| #good, | |
| #bad { | |
| font-size: 30px; | |
| width: 300px; | |
| height:150px; | |
| } | |
| </style> |
| <!doctype html> | |
| <head> | |
| <style> | |
| #good, | |
| #bad { | |
| font-size: 30px; | |
| width: 300px; | |
| height:150px; | |
| } | |
| </style> |
| <!doctype html> | |
| <head> | |
| <style> | |
| #good, | |
| #bad { | |
| font-size: 30px; | |
| width: 300px; | |
| height:150px; | |
| } | |
| </style> |
| <!doctype html> | |
| <head> | |
| <style> | |
| button { | |
| font-size: 30px; | |
| width: 300px; | |
| height:150px; | |
| } | |
| </style> | |
| diff --git a/src/get/tests/unit/assets/get-test.js b/src/get/tests/unit/assets/get-test.js | |
| index feb137b..0b6cb09 100644 | |
| --- a/src/get/tests/unit/assets/get-test.js | |
| +++ b/src/get/tests/unit/assets/get-test.js | |
| @@ -2,8 +2,6 @@ YUI.add('get-test', function (Y) { | |
| Y.GetTests = new Y.Test.Suite("Get"); | |
| - Y.GetTests.TEST_FILES_BASE = "getfiles/"; | |
| - |
| YUI().use('json-stringify', function (Y) { | |
| var ua = {}; | |
| Y.Object.each(Y.UA, function (v, k) { | |
| if (v) { | |
| ua[k] = v; | |
| } | |
| }); | |
| log(Y.JSON.stringify(ua, null, 4)); |