Skip to content

Instantly share code, notes, and snippets.

@bobthecow
Created September 23, 2013 21:39
Show Gist options
  • Save bobthecow/bee9b3f0d923b822b58f to your computer and use it in GitHub Desktop.
Save bobthecow/bee9b3f0d923b822b58f to your computer and use it in GitHub Desktop.
---
is_hidden: true
scripts:
- /static/js/modernizr.js/
- /static/js/modernizr-tests.js/
- /static/js/jquery.js/
- /static/js/jquery.timeago.js/
- /static/js/hashgrid.js/
- /static/js/foutbgone.js/
- /static/js/fitvids/jquery.fitvids.js/
- /static/js/bootstrap-tooltip.js/
---
<% item[:scripts].each do |s| %>
// <%= s.chomp '/' %>
<%= File.open(@items[s].raw_filename, "rb").read %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment