Elan Shanker

Results 6 issues of Elan Shanker

Can someone who is fluent in French please help us out and provide the matching change to what was just provided in #20 reflecting that there is an eslint plugin...

See https://github.com/brunch/brunch/issues/541 and https://github.com/brunch/brunch/commit/8c9009d3433eb6d4eccaebda44526dc7b6b47d4d Regardless, it would be better to skip the dependency checking you're doing here entirely, and use `peerDependencies` in package.json instead.

also exported to allow any arbitrary command to be run

enhancement

eliminate tmp dependency if possible.

enhancement

With host unspecified, the server is actually listening to any inbound request, whereas localhost is the equivalent of 127.0.0.1 - a local-specific loopback. http://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback https://github.com/brunch/brunch/issues/929

I have figured out how to use istanbul with [coffee-coverage](https://github.com/benbria/coffee-coverage) to get coverage reports of the compiled version of my code by doing something like this: 1. `coffeecoverage lib lib-cov...