browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Some files not triggering rebuild #252

Closed MrMMorris closed 9 years ago

MrMMorris commented 9 years ago

OSX 10.10.4 Watchify 3.3.2 poll: true NFS

From testing all but one file triggers a rebuild. Unfortunately, that is my css file which gets changed the most.

I have tried solutions mentioned here https://github.com/substack/watchify/issues/205#issuecomment-98672850 but have had no luck. The only thing I have not tried is renaming all of /Users (I have tried renaming /Users/mmorris) as I am concerned it may break something.

MrMMorris commented 9 years ago

nevermind, I'm just an idiot :smile:

zertosh commented 9 years ago

I'm curious, what was it?

MrMMorris commented 9 years ago

I'm embarrassed to admit is, but it was because I was changing the css file instead of the scss file which is the one being watched :sweat_smile:

Sorry about the hubbub

zertosh commented 9 years ago

Ah, it's ok, no worries!