Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Created April 5, 2013 14:24
Show Gist options
  • Save vadimdemedes/5319660 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5319660 to your computer and use it in GitHub Desktop.
var MyView = Chute.View.extend({
dependencies: ['js/script.js', 'js/depends_on_script.js', 'css/styles.css', 'js/other.js']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment