deployable

Results 9 issues of deployable

When using both chai-fs and [chai-as-promised](https://github.com/domenic/chai-as-promised), promises start returning before being handled, kind of like when you run an async test without `done`. I'm not sure which side the issues...

Initially raised over here: https://github.com/adunkman/connect-assets/issues/350 When using the connect-assets `css()` method in dev mode, the following "Invalid mapping" error is thrown when using node-sass 4.x. Reverting to node-sass 3.x works...

Based on the list of special chars in http://stackoverflow.com/a/7685469/1318694 https://github.com/notatestuser/gift/issues/79

The `stdout` and `stderr` that are returned from an `exec` error are lost during error handling. The `error` itself doesn't always include complete context of the problem. It would be...

There's doesn't appear to be any handling of special shell characters in gift when options and arguments are passed to bash. A path with spaces or special characters in the...

I've had a number of instances where I've been losing exceptions that bluebird picks up with no changes. . Not sure if you are heavily invested in q, but I...

enhancement

I've had a number of instances where I've been losing exceptions that bluebird picks up with no changes. . Not sure if you are heavily invested in q, but I...

enhancement

I didn't update the paths in the buffering example when it was moved from the `test/` directory

documentation

When the buffering example was moved from test, the paths didn't change. https://github.com/shaharke/node-ansible/blob/fb6e7c4b886daafc70492d5a405dbf7a3f4b251b/examples/playbook.buffering.js#L6-L7

investigate