-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Config has no effect on generate #28
Comments
Can you provide the approximate structure of your project? |
it is the default laravel structure. the Vue files life in assets/js/components/** |
also the --outDir="test" does not change the output folder. It always goes to website folder. |
The pattern string |
That makes no difference. Even if I enter "assets/js/components/asdasdasdasdasd/*.vue" it still loads all vue files |
@janiskelemen I have released version 1.4.7 to solve this problem. |
Thanks that worked. |
Hi,
nice tool! However, I cannot seem to get the config file to work. No matter what I type in there as include value it always loads all .vue files from my project root. Even if I directly enter an include option like vuese gen --include="assets/js/components//*.vue"** it just seems to ignore the given path.
Best regards
Janis
The text was updated successfully, but these errors were encountered: