Wes Vetter
Wes Vetter
While I agree that expressing arrays of objects can be kind of clunky, I'm not sure it's enough of a pain to warrant adding to CoffeeScript. One solution I've used...
I can't speak for the maintainers but it seems like a pretty specific use-case. And the fact that Lodash doesn't implement anything similar makes it even more suspect. I can...
> By @wesvetter's logic, that should be enough to implement it in underscore, no ? Nope, there are many functions that Lodash implements that Underscore does not. > And if...
@ovcharik does your console output when a file is built include the text `Watchifying...`? If your output is just `Bundle foo/bar.js created.` then it's not running with watchify (which should...
While browserify may be running, unless you see the text `Watchifying...` in your output, it is not running with watchify (just browserify). If you don't see it that's likely because...
@ovcharik Sorry for the delay (was on holiday), turns out you are correct. The `watch` option **does** work without the `keepAlive` function. There is a dependency issue with watchify (https://github.com/substack/watchify/issues/260),...
Could this be related? https://github.com/laurentj/slimerjs/issues/604
@mr-mig that works, thanks!
@pantharshit00 Mind taking a look at this small change? 🙏