Logs
Range-diff rd-157
- title
- move origami version to top
- description
-
Patch added - old #1
(none)- new #1
6da75b5
1: ! 1: 6da75b5 move origami version to top
old
new
old:
README.md
new:README.md
# filetype handler not working as expected +Origami version: 0.6.0 + Following the [docs](https://weborigami.org/language/filetypes#custom-file-types), I have created a file `foobar.foo` and a handler `foo.handler.js`. ```text When running `ori foobar.foo/`, I would expect to receive an object `{what: "a text file"}` but I receive the original text in `foobar.foo`. -Origami version: 0.6.0