-
Notifications
You must be signed in to change notification settings - Fork 102
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
Enable Watch File Change not working after updating to v2.0.0 #1062
Comments
@johnimperio Try to change File System Watcher type in |
@icetee not working for me. High Sierra 10.13.1 |
In the devtool no logs? Can you confirm that this is a bug? If yes, I'll figure out something. |
@icetee You're right. Looks like the asterisk will not work anymore. After removing it the watcher works well. |
just dropping in to confirm joker not working - discovered this this morning windows 10 |
I have the same issue: Additional Information |
Anyone have idea how to fix this asterisk problem? This is important for me. |
The fastest you get back older version. |
Has there been any updated for the asterisk(*) issue? I currently have to individually list out the files I want the plugin to watch. |
@mdurchholz I don't know about any progress sorry - but as a workaround you can watch whole folders for change and list files you want to ignore in .ftpignore |
@benjamenhogben and what if i want to watch all folders inside a folder? |
@RvWensen test for yourself - I'm pretty sure it watches sub directories but I've not tried it out |
Sadly I use 1.3.4 and wait for problem fix in any newer version. |
I close this issue automatically, because a new version was released. If the problem persists, tell me. |
Prerequisites
Description
Updated to Remote-FTP 2.0.0 and watch folders aren't being watched.
I use watch folders for auto-uploading css files when compiling less files
Steps to Reproduce
These aren't exactly steps but this is the setup that I use
Expected behavior: file created notification, css and less files uploaded
Actual behavior: file created notification (less-autocompile works), less uploaded but css not uploaded
Reproduces how often: n/a
Versions
Atom : 1.22.1
Electron: 1.6.15
Chrome : 56.0.2924.87
Node : 7.4.0
OS: Mac OS Sierra 10.12.6
Additional Information
Watch folder path setup:
'watch': [
"/public/accounts//css/style.css",
"/public/accounts//certificates/*/certificate.css"
]
The text was updated successfully, but these errors were encountered: