Skip to content

Commit

Permalink
Update HTML5 boilerplate recipe javascript urls
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki committed Aug 5, 2011
1 parent 2bf5ca7 commit 229bdb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/html5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
after_bundler do
say_wizard "HTML5 Boilerplate recipe running 'after bundler'"
# Download HTML5 Boilerplate JavaScripts
get "https://raw.github.com/paulirish/html5-boilerplate/master/js/libs/modernizr-2.0.min.js", "app/assets/javascripts/modernizr.js"
get "https://raw.github.com/paulirish/html5-boilerplate/master/js/libs/respond.min.js", "app/assets/javascripts/respond.js"
get "https://raw.github.com/paulirish/html5-boilerplate/master/js/libs/modernizr-2.0.6.min.js", "app/assets/javascripts/modernizr.js"
# Download stylesheet to normalize or reset CSS
case config['css_option']
when 'skeleton'
Expand Down

0 comments on commit 229bdb8

Please sign in to comment.