Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Incorrect path of shadow-layout.html in Step 4: Scaffolding the signed-in view #8

Open
abdshomad opened this issue Aug 17, 2016 · 0 comments

Comments

@abdshomad
Copy link

The tutorial instruct to write:
<link rel="import" href="../bower_components/paper-styles/classes/shadow-layout.html">
<link rel="import" href="../bower_components/paper-toggle-button/paper-toggle-button.html">

The above is correct when we are in sub-folder (eg: "steps")

Because we are still working in the root folder, the import should be changed to omit "../" such:
<link rel="import" href="bower_components/paper-styles/classes/shadow-layout.html">
<link rel="import" href="bower_components/paper-toggle-button/paper-toggle-button.html">

Please update the tutorial content here: https://codelabs.developers.google.com/codelabs/polymer-drive-client/#3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant