You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
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">
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
The text was updated successfully, but these errors were encountered: