-
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
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
Labels
No labels