Skip to content

Commit

Permalink
#53 fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Apr 16, 2024
1 parent 71dab7c commit 4d62b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebSharper.Templates/templates/ClientServer-FSharp/Site.fs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module Site =
div [] [client (Client.Main())]
]
//-:cnd:noEmit
#if RELEASE
#if !DEBUG
,
Bundle = "home"
#endif
Expand All @@ -58,7 +58,7 @@ module Site =
h1 [] [text "About"]
p [] [text "This is a template WebSharper client-server application."]
]
#if RELEASE
#if !DEBUG
,
Bundle = "about"
#endif
Expand Down

0 comments on commit 4d62b63

Please sign in to comment.