Hi guys, working with your example: https://github.com/css-modules/browserify-demo I ran into this problem: using watchify, the event emit 'update' works great but is not updating the dest css file. run: `npm start` and edit a css file from the src folder. The log gets `info browserify: /index.js 682ms (bundle)` but the dest css file is not changed.