Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed Aug 30, 2010
1 parent 10575d8 commit a610cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -73,6 +73,9 @@ The haml will compile to the equivalent of html5-boilerplate's index.html,
but with all comments stripped out, and some additional rails stuff
like csrf_meta_tags, flashes and the Rails jQuery driver.

You can define your own Google Analytics Account ID and Google API Key in
config/google.yml or as ENV variables. See code for comments.

This extension has only been tested on Rails3.


Expand Down
2 changes: 1 addition & 1 deletion templates/project/manifest.rb
@@ -1,6 +1,6 @@
description "Compass extention for HTML5 Boilerplate located at http://html5boilerplate.com"

stylesheet 'style.scss', :media => 'screen, projection'
stylesheet 'style.scss', :media => 'all'
stylesheet 'handheld.scss', :media => 'handheld'
stylesheet 'partials/_defaults.scss'
stylesheet 'partials/_example.scss'
Expand Down

0 comments on commit a610cc6

Please sign in to comment.