Skip to content

Use FileSystem change event to trigger uploads #15

@jasonsanjose

Description

@jasonsanjose

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions