Skip to content

Commit 8f2f1c9

Browse files
work around to have a different root is not of any use when running website through iis express.
1 parent fedcc23 commit 8f2f1c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/tools/generate.fsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ open FSharp.MetadataFormat
2727
let execContext = Fake.Core.Context.FakeExecutionContext.Create false (Path.Combine(__SOURCE_DIRECTORY__, __SOURCE_FILE__)) []
2828
Fake.Core.Context.setExecutionContext (Fake.Core.Context.RuntimeContext.Fake execContext)
2929

30-
#if RELEASE
31-
let root = website
32-
#else
33-
let root = "file://" + (__SOURCE_DIRECTORY__ @@ "../output")
34-
#endif
30+
let root = "."
3531

3632
// Paths with template/source/output locations
3733
let bin = __SOURCE_DIRECTORY__ @@ "../../bin"

0 commit comments

Comments
 (0)