Skip to content

Commit

Permalink
YUI and Loader build for latest Gallery build
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarence Leung committed Feb 15, 2014
1 parent b722e99 commit ce88c05
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 38 deletions.
4 changes: 2 additions & 2 deletions build/loader-base/loader-base-coverage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader-base/loader-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader-base/loader-base-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader-base/loader-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader/loader-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader/loader-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
6 changes: 6 additions & 0 deletions build/yui-base/yui-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5952,6 +5952,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down
4 changes: 2 additions & 2 deletions build/yui-base/yui-base-min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions build/yui-base/yui-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5688,6 +5688,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down
4 changes: 2 additions & 2 deletions build/yui-log/yui-log-coverage.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions build/yui-log/yui-log-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down
2 changes: 1 addition & 1 deletion build/yui-log/yui-log-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions build/yui-log/yui-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down
8 changes: 7 additions & 1 deletion build/yui-nodejs/yui-nodejs-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -4873,6 +4873,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down Expand Up @@ -5106,7 +5112,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
20 changes: 10 additions & 10 deletions build/yui-nodejs/yui-nodejs-min.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion build/yui-nodejs/yui-nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4616,6 +4616,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down Expand Up @@ -4849,7 +4855,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
8 changes: 7 additions & 1 deletion build/yui/yui-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5964,6 +5964,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down Expand Up @@ -6116,7 +6122,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
20 changes: 10 additions & 10 deletions build/yui/yui-min.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion build/yui/yui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5700,6 +5700,12 @@ INSTANCE.log = function(msg, cat, src, silent) {
bail = excl[src];
}

// Set a default category of info if the category was not defined or was not
// a real category.
if ((typeof cat === 'undefined') || !(cat in LEVELS)) {
cat = 'info';
}

// Determine the current minlevel as defined in configuration
Y.config.logLevel = Y.config.logLevel || 'debug';
minlevel = LEVELS[Y.config.logLevel.toLowerCase()];
Expand Down Expand Up @@ -5852,7 +5858,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2014.02.05-23-53',
GALLERY_VERSION = 'gallery-2014.02.13-03-13',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion src/loader/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"builds": {
"loader-base": {
"replace": {
"@GALLERY@": "gallery-2014.02.05-23-53",
"@GALLERY@": "gallery-2014.02.13-03-13",
"@TNT@": "4",
"@YUI2@": "2.9.0"
},
Expand Down

0 comments on commit ce88c05

Please sign in to comment.