Skip to content

bizo/bizo.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Donnie Flood
Feb 25, 2014
bc21b46 · Feb 25, 2014

History

54 Commits
Nov 20, 2011
Feb 6, 2014
Feb 6, 2014
Apr 20, 2012
May 18, 2013
Nov 18, 2011
Mar 9, 2010
Nov 20, 2011
Oct 11, 2010
Nov 20, 2011
Feb 25, 2014

Repository files navigation

Building the Project

Prereqs

  • coffeescript (compiler)
  • sass (gem)

Editing

  • index.html contains the basic page structure
  • stylesheet.css self explanitory
  • coffeescript/main/page.coffee contains all the coffeescript code to draw users + repos on the page

Building/Compiling

# Coffeescript
./build.sh

# Saas
sass -w src/sass:compiled/css