Skip to content

Instantly share code, notes, and snippets.

@tivac
Created October 27, 2010 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tivac/648178 to your computer and use it in GitHub Desktop.
Save tivac/648178 to your computer and use it in GitHub Desktop.
YUI_config = {
modules : {
"reward-monitor-css" : {
fullpath : "/css/reward-monitor.css",
type : "css"
},
"reward-monitor-css-ie" : {
fullpath : "/css/reward-monitor-ie.css",
type : "css",
condition : {
trigger : "reward-monitor-css",
ua : "ie"
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment