Skip to content

Commit

Permalink
update HTML5 boilerplate recipe Javascript urls for Skeleton, changed…
Browse files Browse the repository at this point in the history
… app.js to tabs.js
  • Loading branch information
DanielKehoe committed Aug 24, 2011
1 parent 10f6be1 commit a1d7d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
@@ -1,5 +1,9 @@
h1. CHANGELOG

h2. 1.0.15 August 23, 2011

* update HTML5 boilerplate recipe Javascript urls for Skeleton, changed app.js to tabs.js

h2. 1.0.14 August 5, 2011

* add christopherhein's frontend-helpers gem to HTML5 recipe
Expand Down
2 changes: 1 addition & 1 deletion recipes/html5.rb
Expand Up @@ -15,7 +15,7 @@
get "https://raw.github.com/dhgamache/Skeleton/master/stylesheets/base.css", "app/assets/stylesheets/base.css.scss"
get "https://raw.github.com/dhgamache/Skeleton/master/stylesheets/layout.css", "app/assets/stylesheets/layout.css.scss"
get "https://raw.github.com/dhgamache/Skeleton/master/stylesheets/skeleton.css", "app/assets/stylesheets/skeleton.css.scss"
get "https://raw.github.com/dhgamache/Skeleton/master/javascripts/app.js", "app/assets/javascripts/tabs.js"
get "https://raw.github.com/dhgamache/Skeleton/master/javascripts/tabs.js", "app/assets/javascripts/tabs.js"
when 'normalize'
get "https://raw.github.com/necolas/normalize.css/master/normalize.css", "app/assets/stylesheets/normalize.css.scss"
when 'reset'
Expand Down

0 comments on commit a1d7d20

Please sign in to comment.