Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 631 Bytes

File metadata and controls

40 lines (22 loc) · 631 Bytes

#cwdg.github.com

##Description

Static site to display some basica information about the Collegiate Web Developers Group.

##Development

###Technologies Used:

  • Rake
  • Compass and SASS
    • blueprint/semantic
  • HAML

###Getting Started

Make sure before you update anything that you have all of the dependencies. To get all of the proper gems:

bundle install

###Start Coding

Make sure to only modify .haml and .sass files since the .css and .html files are generated from them. To compile use the command:

rake compile

If you are just edting .sass files then you can use:

rake watch

OR

compass watch