Go to file
2013-10-14 15:03:08 -04:00
data Fixing capitalization and other typos. 2013-10-13 16:57:55 -04:00
doc adding some todos and mods to teh sitemap 2012-10-26 16:24:51 -04:00
helpers ZOMG! Finally commiting. ^_^ 2013-10-09 06:30:53 -04:00
source Addressing @kaelig's Issue posted here: https://github.com/sass/sass.github.com/issues/18 2013-10-14 15:03:08 -04:00
.gitattributes - Replace Octopress files with Middleman, per Basecamp discussion. 2012-09-09 16:37:46 -07:00
.gitignore Make the Sass documentation path "source/documentation". 2013-10-12 16:11:36 -04:00
config.rb Fixes #17. Favicons 2013-10-14 13:07:38 -04:00
config.ru Add a redirect for the "index" link in the YARD docs. 2013-10-13 17:54:46 -04:00
Gemfile Fixes #17. Favicons 2013-10-14 13:07:38 -04:00
Gemfile.lock Fixes #17. Favicons 2013-10-14 13:07:38 -04:00
Rakefile Add more rake tasks for building and deploying. 2013-10-13 16:15:28 -04:00
README.md add reference to middleman and running app locally in README to help folks getting started 2013-10-13 16:33:36 -04:00

Contributing

If you would like to contribute to the Sass website, please do the following:

  • check out the style guide for design & code standards.
  • write a detailed description of what you're adding in the pull request (screenshots help).
  • add any new UI elements to the style guide.
  • submit the pull request.
  • drink whisky.

Thanks!

— Team Sass Design


Running Site Locally

This site is built with middleman, a Ruby framework for building static sites. You will need Ruby, rubygems and bundler installed before you can run the site locally.

If the above dependencies are installed, in your command line of preference, navigate to the project repo and run:

bundle install
middleman