Dom Busser

Results 8 comments of Dom Busser

I would love to have this feature as well. Preferrably, bundle everything in `node_modules` to `vendor.js` when building production bundles.

Thank you, this works. Is there any way to do this automatically everytime I add a new VM?

I see. Unfortunately, appending this to my pve-monitor.conf yields > Invalid token pool in configuration file /usr/local/nagios/etc/configs/pve-nodes.conf ! I've uploaded [my complete conf file here](https://gist.github.com/doque/0454804f487204529d86). /edit: Sorry, it seems I...

Sorry, that was messed up formatting. There is no space between those two. Running it with `nodes` gives the desired result. But just so I understand - can I use...

Occurs for me as well, using the default samples from the documentation.

This would be an amazing feature! I use it all the time on iTerm as well.

Desired output would be: ``` _method() { let classNames = document.body.className.split( " " ); return _.some( classNames, (className) => { return className === "a"; }) === false; } ``` I...

You can find a solution for this issue here: https://github.com/zilverline/react-tap-event-plugin/issues/7#issuecomment-200882392