-
Notifications
You must be signed in to change notification settings - Fork 9
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
XML file paths are ignored #2
Comments
Cannot reproduce. Can you add more description:
|
sure. just uploaded a zip file containing source and target folder.
Then it does this: `[COPY] source/xml_files/blabla_file.xml to target/blabla_file.xml [COPY] source/test.cs to target/test.cs [WATCH] source/xml_files/blabla_file.xml [WATCH] source/**/*.cs I just want to sync those files into target looking only for those suffixes i defined. am i doing something wrong? |
I cannot reproduce it. |
ok, tested on my windows 7 machine, working fine. but this time i used LTS version of nodejs, while on my lubunutu installation i used latest v8 of nodejs. could that be the issue? |
not sure if my downgrading was correct. i just cleaned cached of npm with -f then installed 6.11.3 with n. |
Its working fine, except for XML files. For all other files it keeps the relative path from source folder and copies over. But XML in any sub-dir is being copied to root target dir only.
Command used:
copy-and-watch --watch /mypath/**/*.{aspx,Master,asax,css,js,png,jpg,xml,gif,otf,eot,ttf,woff} /home/web/targetdir
If i run this command with *.{xml} only it sync the xml files with proper path. But not in combination with other suffixes.
The text was updated successfully, but these errors were encountered: