i have two projects which contain this in their .remote-sync.json:
"watch": [
"/main.css"
]
only the first project i open does watch its main.css correctly. the second project i open always ignores its main.css. what could be the reason for that behavior?
It's been like this since always I believe.
What I usually do is move the project folder at the top of tree (or simply remove the others), then reload Atom. That usually works, but it's pretty annoying.
i have two projects which contain this in their .remote-sync.json:
only the first project i open does watch its main.css correctly. the second project i open always ignores its main.css. what could be the reason for that behavior?