core icon indicating copy to clipboard operation
core copied to clipboard

Fix Html Sitelets extraction to be more like normal Sitelets

Open Tarmil opened this issue 8 years ago • 0 comments

Right now each referenced library is extracted into its own folder, which means that TypeScript's ///<reference> can't find the required file. Contrast with normal Sitelets, where all WebSharper files are in the same folder Scripts/WebSharper and only embedded resources are extracted into separate folders.

Tarmil avatar Oct 11 '17 15:10 Tarmil