Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View timnew's full-sized avatar

TimNew timnew

View GitHub Profile
@timnew
timnew / Rakefile
Created May 12, 2012 16:22
Coffee-script node.js module skeleton
desc "Run Unit Test"
task :test do
sh "mocha -r \"coffee-script\" -R spec -G -c test/*.coffee"
end
desc "Start development environment"
task :dev => ["dev:mate", "dev:test"] do
end
desc "Start development environment"
@mokagio
mokagio / sticky.css
Created February 26, 2012 20:53
Twitter Bootstrap + Sticky Footer + Fixed Nav Bar
html, body, .container, .content {
height: 100%;
}
.container, .content {
position: relative;
}
.proper-content {
padding-top: 40px; /* >= navbar height */