Created
January 11, 2013 16:42
-
-
Save davglass/4512144 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ./src/node/meta | |
cd src | |
vim node/meta/node.json | |
//Add contents from below | |
yogi loader --yes | |
//The content of the resulting file is below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"node-ie": { | |
"condition": { | |
"trigger": "node", | |
"ua": "ie" | |
}, | |
"requires": [ | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This file is auto-generated by (yogi loader --yes) */ | |
/** | |
* YUI 3 module metadata | |
* @module loader | |
* @submodule loader-yui3 | |
*/ | |
YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || { | |
"node-ie": { | |
"condition": { | |
"name": "node-ie", | |
"trigger": "node", | |
"ua": "ie" | |
}, | |
"requires": [] | |
} | |
}; | |
YUI.Env[Y.version].md5 = 'ea29dba01b2ae97b7992312f0c3ee25a'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment