Closed jenil closed 9 years ago
I ran into a similar issue and resolved it by setting the poling flag.
var bundler = watchify(browserify(config.viewsPath + '/index.js', watchify.args), {poll: true});
Thanks @mkalish will try it, closing this.
Hello,
My config: "browserify": "10.2.3" "gulp": "3.8.11" "reactify": "1.1.1" "watchify": "3.2.1"
I am trying to do something like this:
PS: I did try this https://github.com/substack/watchify#rebuilds-on-os-x-never-trigger
Any help would be appreciated.