We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ec7b8 commit e93906aCopy full SHA for e93906a
lib/elixir_script/ffi.ex
@@ -20,7 +20,9 @@ defmodule ElixirScript.FFI do
20
ElixirScript expects JavaScript modules to be in the `priv/elixir_script` directory.
21
These modules are copied to the output directory upon compilation.
22
23
- For our example, a JavaScript file must be placed at `priv/elixir_script/my_app/json.js`.
+ For our example, a JavaScript file must be placed in the `priv/elixir_script` folder.
24
+ In our example, it could either be `priv/elixir_script/my_app/json.js` or
25
+ `priv/elixir_script/my_app.json.js`. ElixirScript will look for either path
26
27
It looks like this
28
```javascript
0 commit comments