Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created June 7, 2016 01:48
Show Gist options
  • Save garlicnation/edc7ebba8eb89b1b5d93a1fdab229f73 to your computer and use it in GitHub Desktop.
Save garlicnation/edc7ebba8eb89b1b5d93a1fdab229f73 to your computer and use it in GitHub Desktop.
Element style project pathological paths. Since gists can't be subdirs, imagine this file is /components/bar/subfolder/biz.html
<link rel="import" href="/components/biz/bizdep.html"> <!-- should be /bower_components/biz/bizdep.html -->
<link rel="import" href="../boo.html"> <!-- should be /biz.html-->
<link rel="import" href="../../biz/bizdep.html"> <!-- Should be the same as the absolute path above.-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment