Go to file
₍˄ุ.͡˳̫.˄ุ₎ 9a45b34239 Update _contentinfo.haml
Update for renamed repo
2013-10-15 11:09:51 -07:00
data closes #20 2013-10-14 17:48:37 -04:00
helpers Lots of clean up. 2013-10-14 15:52:40 -04:00
source Update _contentinfo.haml 2013-10-15 11:09:51 -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 Lots of clean up. 2013-10-14 15:52:40 -04:00
config.ru Rework the config.ru so that it will do redirects, even when testing locally. Only difference between heroku and here, should be the run command! we still want the other parts 2013-10-15 09:03:48 -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 Lots of clean up. 2013-10-14 15:52:40 -04:00
README.md Update README.md 2013-10-14 16:39:03 -04:00

sass-lang.com

Sass

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.

Running 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

Thanks!

Team Sass Design