Created
June 7, 2016 01:48
-
-
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
This file contains hidden or 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
<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