Go to file
Bermon Painter 99505e403a Merge pull request #13 from Aptary/master
Fix typos in install and guide haml
2013-10-14 04:28:40 -07: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 Merge pull request #13 from Aptary/master 2013-10-14 04:28:40 -07: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 Move the deploy-mode Gemfile/config.ru stuff to the master branch. 2013-10-13 15:49:19 -04:00
config.ru Add a redirect for the "index" link in the YARD docs. 2013-10-13 17:54:46 -04:00
Gemfile Add rack to the gemfile. 2013-10-13 17:50:38 -04:00
Gemfile.lock Add rack to the gemfile. 2013-10-13 17:50: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