Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client/templates/layout not on git #47

Closed
aferreroc opened this issue Apr 17, 2014 · 9 comments
Closed

client/templates/layout not on git #47

aferreroc opened this issue Apr 17, 2014 · 9 comments

Comments

@aferreroc
Copy link

With a fresh pull and mrt update.

$ ./bin/reset
Project reset.
[[[[[ ~/Proyectos/initiumsys/reaction ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

While building package reaction-commerce:
error: File not found: client/templates/layout/notFound/notFound.html

=> Your application has errors. Waiting for file change.

(client/templates/layout doesn't exist)

@aferreroc
Copy link
Author

If I manually create layout folder it works well.

@aaronjudd
Copy link
Contributor

@aaronjudd
Copy link
Contributor

Are you saying the whole layout folder is missing in local repo? You might have conflicts preventing you from getting all the latest.

@aferreroc
Copy link
Author

With a new git clone, also I have all layout folder missing.

@aaronjudd
Copy link
Contributor

I just did:

git clone https://github.com/ongoworks/reaction.git
cd reaction
ls packages/reaction-commerce/client/templates/layout/

All came down successfully for me. Maybe try these steps from a new directory and see what you get?

@aferreroc
Copy link
Author

./bin/restart
While building package reaction-commerce:
error: File not found: client/templates/layout/notFound/notFound.html

client/templates/layout => NOT FOUND
packages/reaction-commerce/client/templates/layout/ => Found

If I do: mkdir -p client/templates/layout it works.

@aaronjudd
Copy link
Contributor

Hmm.. it shouldn't be looking for client/templates/layout, should always be looking for packages/reaction-commerce/client/templates/layout/

I'll do some more tests to see if I can replicate

@quangvo55
Copy link

The error is thrown is because the file is named notfound.html. I renamed the file to packages/reaction-commerce/client/templates/layout/notFound.html and it worked in building the reaction package.

@aaronjudd
Copy link
Contributor

Good catch. It's interesting, locally I do have notFound - I think when I renamed it the case changed didn't register on the commit.

cmbirk pushed a commit to cmbirk/reaction that referenced this issue Aug 18, 2019
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…tmpl-1.0.5

chore(deps): bump tmpl from 1.0.4 to 1.0.5
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…d77a3ebfba489764e50e5

[Snyk] Upgrade sharp from 0.28.3 to 0.29.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants