bsb-native icon indicating copy to clipboard operation
bsb-native copied to clipboard

Can't have 2 files of the same name for separate targets

Open jaredly opened this issue 7 years ago • 0 comments

  "sources": [
    {"backend": "native", "dir": "src/native"},
    {"backend": "js", "dir": "src/js"}
  ],

where Commands.re exists in both subdirs, fails with

> bsb -make-world -backend js

Error: Commands found in two directories: (src/js, src/native)
File names must be unique per project

Also, I can't have a .rei file in a different directory from the .re implementation???

jaredly avatar Jan 05 '18 02:01 jaredly