Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed May 19, 2012
1 parent ecc6104 commit d2b601f
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 43 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -12,6 +12,7 @@ group :development do
gem 'rack-test'
gem 'nokogiri'
gem 'heroku'
gem 'sass', '>= 3.2.0.alpha.237'
end

group :test do
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -38,7 +38,7 @@ GEM
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
rubyzip (0.9.8)
sass (3.1.18)
sass (3.2.0.alpha.237)
shotgun (0.9)
rack (>= 1.0)
simplecov (0.5.4)
Expand Down Expand Up @@ -69,6 +69,7 @@ DEPENDENCIES
rack-test
redcarpet
rspec
sass (>= 3.2.0.alpha.237)
shotgun
sinatra
slim
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheet.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/compile
@@ -1,3 +1,3 @@
#!/bin/bash
set -e
compass compile views/stylesheet.sass -c .compass.rb -s compressed
compass watch views/stylesheet.sass -c .compass.rb -s compressed
1 change: 1 addition & 0 deletions views/layout.slim
Expand Up @@ -5,6 +5,7 @@ html
title= @title || "Adventures with Ruby"
meta(charset='UTF-8')
meta(name='description' content=@description)
meta(name="viewport" content="width=device-width, initial-scale=1.0")
link(href='/stylesheet.css' rel='stylesheet')
link(rel='shortcut icon' href='/favicon.png')
link(href='/feed' type='application/rss+xml' rel='alternate' title='RSS Feed')
Expand Down

0 comments on commit d2b601f

Please sign in to comment.