Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Jan 9, 2023
1 parent 4bba03a commit 5c0b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sitelets/WebSharper.Sitelets.Offline/Output.fs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let writeResources (aR: AssemblyResolver) (st: State) (sourceMap: bool) (typeScr
let sp = getAssemblyMapPath st.Config aN
try writeEmbeddedResource st.Config aP sourceMapResourceName sp
let mapFileName = getAssemblyMapFileName st.Config.Options.Mode aN
File.AppendAllText(P.ToAbsolute st.Config.OutputDirectory sp,
File.AppendAllText(P.ToAbsolute st.Config.OutputDirectory p,
"\n//# sourceMappingURL=" + mapFileName)
with _ -> ()
if typeScript then
Expand Down

0 comments on commit 5c0b978

Please # to comment.