Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created October 18, 2012 00:44
Show Gist options
  • Save alexcabrera/3909231 to your computer and use it in GitHub Desktop.
Save alexcabrera/3909231 to your computer and use it in GitHub Desktop.
h1 This is my own custom Marquee page
ul
li page 1
li page 2
li page 3
console.log "loaded"
{
"name": "marquee",
"proto_version": "0.0.4",
"script_libraries": [
"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.1/underscore-min.js",
"https://cdnjs.cloudflare.com/ajax/libs/underscore.string/2.3.0/underscore.string.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.3.3/coffee-script.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.2/backbone-min.js",
"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.2/jquery.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js",
"https://raw.github.com/Marak/Faker.js/master/Faker.js"
],
"style_libraries": [
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.all.css"
]
}
h1
font-weight 300
font-family Helvetica
color red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment