Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Path is wrong #5

Open
yconst opened this issue Feb 13, 2017 · 1 comment
Open

Path is wrong #5

yconst opened this issue Feb 13, 2017 · 1 comment

Comments

@yconst
Copy link

yconst commented Feb 13, 2017

cp ../resources/show-app.html src/show-app/show-app.html
should be either

cp ../resources/show-app.html show-app/show-app.html
(run from src/)

or

cp resources/show-app.html src/show-app/show-app.html
run from the root of the project

@blasten
Copy link
Contributor

blasten commented Feb 28, 2017

that is correct. Thanks for heads up.

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

2 participants