fable-compiler / repl

Fable online REPL
http://fable.io/repl
MIT License
64 stars 37 forks source link

Build Repl.Lib when building Repl bundle #81

Open alfonsogarciacaro opened 5 years ago

alfonsogarciacaro commented 5 years ago

To prevent compiler version mismatches as it happened in #80. This means that Repl.Lib build should be moved to the Fable repo (and maybe we should do the same with the .dll metadata which is duplicated right now). Maybe it's a good idea so we can also bundle the Repl.Lib with the pure-JS fable-compiler and allow people build simple apps with it.