-
-
Save bobthecow/e6e25f9e32a4d688bf88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
is_hidden: true | |
scripts: | |
- /js/jquery/ | |
- /js/underscore/ | |
- /js/waypoints/ | |
--- | |
<% item[:scripts].each do |s| %> | |
// <%= s.chomp '/' %> | |
<%= @items.find{ |i| i.identifier == s }.raw_content %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment