Henri Bergius
Henri Bergius
The Bower packaging of VIE doesn't probably work correctly yet. Somebody had registered it with wrong repo URL and the compiled version isn't there anyway
Tags are handled by the Create [Tags widget](http://createjs.org/guide/#tags), and are associated directly with the entity, so they get sent to server whenever the entity is saved. By default they will...
To provide metadata editing, Create and VIE need to be aware of the node type definitions. Currently CreatePHP doesn't support this. The tracking bug is flack/createphp#24
Just tried, and this is still the case in 0.5.0
Note: nyc claims suppor for _applications that spawn subprocesses_ so fbp-spec might be possible to make work.
@jonnor tried wrapping fbp-spec (via its mocha interface) to `nyc`, and at least that didn't work: https://github.com/noflo/noflo-core/pull/108 Getting zero coverage for the components we test via fbp-spec (but normal coverage...
@jonnor yes, see zero coverage reported for `Repeat` and `RepeatAsync`, which are fbp-spec tested. Everything else is tested via plain Mocha
@jonnor for `.coffee` files you will need to require [coffee-coverage](https://github.com/benbria/coffee-coverage) See https://github.com/benbria/coffee-coverage/blob/master/docs/HOWTO-nyc.md
@jonnor correct, we should probably add a mocha-style `--require` option to noflo-nodejs. But first to verify this, it might make sense to add this manually to noflo-nodejs Update: tried patching...
This is how we're commonly handling them in Mocha-land: https://github.com/noflo/noflo-flow/blob/master/spec/Gate.coffee#L34