terrificjs icon indicating copy to clipboard operation
terrificjs copied to clipboard

Terrific JavaScript Framework

Results 8 terrificjs issues
Sort by recently updated
recently updated
newest added

Adding support for [Flow](https://flow.org/) typed projects to install terrific typings via [flow-typed](https://github.com/flowtype/flow-typed).

Hi @brunschgi we are still heavily relying on terrific in CMS projects and it works quite well. As pull requests features and terrific 3.0 seem to be out of scope...

This is not a real issue but I am struggling to start unit testing separate modules with karma and jasmine. I am using terrific.js 1.1.1. Can you please point me...

Does terrificjs provide an event if a single module instance is stopped?

Using Terrific version `3.0.0` and an unknown version of `generator-nitro` and client-side handlebars templates. ## I found a "bug" (don't know whether to determine this as a bug or not)...

This pull request adds test for the stop call and prevents the prototype stop function from being overwritten.

When specifying a custom `stop` method the default one gets overwritten. https://github.com/brunschgi/terrificjs/blob/a322f8c5f75ac5cda42c6cd784062b790beae992/dist/terrific.js#L598-L600 I am not sure - is this intended or an error?

- Support for multiple DOM Nodes - DOM search modes: recursive / non-recursive

enhancement