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

Use FileSystem change event to trigger uploads #15

Open
jasonsanjose opened this issue Jun 18, 2014 · 0 comments
Open

Use FileSystem change event to trigger uploads #15

jasonsanjose opened this issue Jun 18, 2014 · 0 comments

Comments

@jasonsanjose
Copy link

See jasonsanjose/brackets-sass#20.

The brackets-sass plugin uses node to compile a .css file. This only fires a FileSystem change event http://brackets.io/docs/current/modules/filesystem/FileSystem.html and not a documentSaved event as used here https://github.com/theproducer/brackets-ftp/blob/master/main.js#L453.

Making this change should allow for your extension to capture other external file changes that Brackets doesn't capture (e.g. images, directories, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant