Mercurial > libervia-web
view libervia/pages/_browser/browser_meta.json @ 1260:6161076193e0
tasks: dir event filter:
if a Task instance implements `onDirEvent`, it will be called instead of `start`, this way
the task can filter the events or modify the workflow.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 03 May 2020 21:07:22 +0200 |
parents | 1ec41ac1e7cf |
children |
line wrap: on
line source
{ "js": { "package": { "dependencies": { "nunjucks": "latest", "ogv": "latest" } }, "brython_map": { "nunjucks": "nunjucks/browser/nunjucks.min.js", "ogv": { "path": "ogv/dist/ogv.js", "export": ["OGVCompat", "OGVLoader", "OGVMediaError", "OGVMediaType", "OGVTimeRanges", "OGVPlayer", "OGVVersion"], "extra_init": "OGVLoader.base='/{build_dir}/node_modules/ogv/dist'" } } } }