Skip to content

Instantly share code, notes, and snippets.

@craigburke
Created June 3, 2014 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigburke/50f0975755638ebc4912 to your computer and use it in GitHub Desktop.
Save craigburke/50f0975755638ebc4912 to your computer and use it in GitHub Desktop.
Asset Pipeline - Directives
// This file located in /assets/scripts/foo/bar.js
// Other files located in /assets/templates/blah/
// This works
//= require_full_tree ../blah
// This doesn't
//= require_full_tree blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment