Skip to content

Change events only fire once #33

@hbmartin

Description

@hbmartin

I'm having a problem change events are only fired once for a given file. I'm running node v0.8.9 on Mac OS X 10.8 Mountain Lion.
Here's sample output from the included example script:
watching everything completed
a log message occured: { '0': 'debug',
'1': 'watch event triggered on ui-resizable.css:',
'2': [ 'change', null ] }
a log message occured: { '0': 'debug',
'1': 'determined update:',
'2': 'ui-resizable.css' }
a change event occured: ui-resizable.css

Subsequent updates to the css file display none of these message.
What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions