diff --git a/README.md b/README.md index ef373bd..a3616a0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb index 7e9f656..3fc5c23 100644 --- a/templates/project/manifest.rb +++ b/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'