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

Enable Watch File Change not working after updating to v2.0.0 #1062

Closed
1 task done
johnimperio opened this issue Nov 21, 2017 · 14 comments
Closed
1 task done

Enable Watch File Change not working after updating to v2.0.0 #1062

johnimperio opened this issue Nov 21, 2017 · 14 comments
Assignees
Labels

Comments

@johnimperio
Copy link

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

  1. Auto Upload On Save or Only when connected
  2. Enable Watch File Change checked
  3. via 'Less-Autocompile' package or via CodeKit Less Compiler

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"
]

@icetee
Copy link
Owner

icetee commented Nov 22, 2017

@johnimperio Try to change File System Watcher type in Settings View > Core > File System Watcher > Native operating system APIs. I use Mac OS Hight Sierra v10.13.1, working perfectly.

@pkimmlinger
Copy link

@icetee not working for me. High Sierra 10.13.1

@icetee
Copy link
Owner

icetee commented Nov 22, 2017

In the devtool no logs?
I tried an star (*) charachter, it really did not work. Try skipping joker (*) charachter.

Can you confirm that this is a bug? If yes, I'll figure out something.

@pkimmlinger
Copy link

@icetee You're right. Looks like the asterisk will not work anymore. After removing it the watcher works well.

@benjamenjohnsondev
Copy link

just dropping in to confirm joker not working - discovered this this morning windows 10

@pengyan518
Copy link

pengyan518 commented Nov 24, 2017

I have the same issue:
Atom : 1.22.1
OS: Mac OS Sierra 10.12.6

Additional Information
Watch folder path setup:
'watch': [
"./httpdocs/"
]

@adamgda
Copy link

adamgda commented Dec 5, 2017

Anyone have idea how to fix this asterisk problem? This is important for me.

@icetee
Copy link
Owner

icetee commented Dec 6, 2017

The fastest you get back older version.

@mdurchholz
Copy link

Has there been any updated for the asterisk(*) issue? I currently have to individually list out the files I want the plugin to watch.

@benjamenjohnsondev
Copy link

@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

@RvWensen
Copy link
Contributor

@benjamenhogben and what if i want to watch all folders inside a folder?
Or do i have to add every folder i want watch?

@benjamenjohnsondev
Copy link

@RvWensen test for yourself - I'm pretty sure it watches sub directories but I've not tried it out

@adamgda
Copy link

adamgda commented Feb 6, 2018

Sadly I use 1.3.4 and wait for problem fix in any newer version.

@icetee icetee self-assigned this May 19, 2018
@icetee icetee added the bug label May 19, 2018
icetee added a commit that referenced this issue May 19, 2018
@icetee
Copy link
Owner

icetee commented May 19, 2018

I close this issue automatically, because a new version was released. If the problem persists, tell me.

@icetee icetee closed this as completed May 19, 2018
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

8 participants