Skip to content

Instantly share code, notes, and snippets.

@caridy
Created May 10, 2013 15:24
Show Gist options
  • Save caridy/5555141 to your computer and use it in GitHub Desktop.
Save caridy/5555141 to your computer and use it in GitHub Desktop.
[
{
"settings": [ "master" ],
"appPort": "8666",
"specs": {
"frame": {
"type": "HTMLFrameMojit",
"config": {
"deploy": true,
"child": {
"type": "foo"
},
"assets": {
"top": {
"blob": [
"<meta charset='utf-8'>",
"<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>"
]
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment