-
It would be great if grunt had a way to specify dependencies, something along the lines of:
```
grunt.registerTask("foo", ["dep1", "dep2"], function() { ... });
```
It would also be nice to add depe…
-
@durko: There is a demo in demo/ which currently does not work. The pattern code is in src/patterns/edit-tinymce.js
The demo should use the input field, take it's content into a tinymce and write bac…
-
It seems that displaying a form with a class pat-modal inside a modal leads to the modal being closed immediately again.
- add test to reproduce problem
- fix
-
RequireJS 2 was released recently and apears to have some useful benefits for us.
[Here are the upgrade instructions.](https://github.com/jrburke/requirejs/wiki/Upgrading-to-RequireJS-2.0)