Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 631 Bytes

Reload

Demonstrate building and watching F# compilations using only FAKE.

Targets

  • AssemblyInfo - generates an AssemblyInfo.fs
  • Compile - builds a .exe from any .fs files in the root directory
  • Help - displays the list of available targets
  • Run - runs the generated .exe
  • Watch - recompiles the .exe for any changes to any .fs files in the directory

Project.fsx

Define your project using a project.fsx script.

Running Watch on *nix

Add the following export to your .bash_profile:

export MONO_MANAGED_WATCHER=false