Skip to content

Instantly share code, notes, and snippets.

@alecperkins
Created October 15, 2012 19:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alecperkins/3894924 to your computer and use it in GitHub Desktop.
Save alecperkins/3894924 to your computer and use it in GitHub Desktop.
A sample Proto project: https://github.com/droptype/proto
#sidebar
.sidebar-item
span.title Item 1
div.info
label Some controls
input(type='checkbox')

sampleproto

console.log "loaded"
{
"name": "sampleproto",
"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"
]
}
#sidebar
border 1px solid #ccc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment