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

template caching after refactoring #4

Open
pierrechls opened this issue Mar 20, 2017 · 1 comment
Open

template caching after refactoring #4

pierrechls opened this issue Mar 20, 2017 · 1 comment
Labels

Comments

@pierrechls
Copy link
Owner

pierrechls commented Mar 20, 2017

After updating the seed Git repository due to a refactoring, I tried to init a new project from seed template, but renamed and deleted files are still present.

🚚 Refactoring details :

  • renaming vuex folder to store
  • moving Home.vue, Garden.vueand Plant.vue components to views folder

💡 IDEAS

  • git caching
  • local vue-cli caching
@pierrechls pierrechls added the bug label Mar 20, 2017
@pierrechls pierrechls changed the title template caching template caching after refactoring Mar 20, 2017
@pierrechls
Copy link
Owner Author

pierrechls commented Mar 20, 2017

The problem comes from vue-cli package. Please refer to the following vue-cli issue #409.

🐛 🕙 TEMPORARY FIX

To resolve the problem, you have to delete the .vue-templates folder :

  • Locate the folder : find ~/ -name .vue-templates
  • Delete the folder : rm -rf <PATH>/.vue-templates
  • In macOS : rm -rf ~/.vue-templates

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

No branches or pull requests

1 participant