Replies: 2 comments 1 reply
-
I have a hard time understanding what you call "authoring Fable packages"? Is this the process of publishing a Fable binding or libraries to NuGet. For example,
If you are speaking about publishing Fable binding or libraries to NuGet, we don't invoke If you are speaking about consuming Fable from the end user, I find CLI much easier to read / use, control via build system that MSBuild instruction. For example, how would you trigger/control the watch target?
We are not including only the F# files into the NuGet packages but sometimes we also include some JavaScript, CSS or JSON files too. Which are probably not included in the |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the suggestion @baronfel! I'm open for improvements in this are though, tbh, everything related to .fsproj, packages, etc. is something that's more or less working now and I'm afraid to touch because my knowledge of MSBuild is limited. Some notes:
Not entirely related but another couple of notes as an addendum:
|
Beta Was this translation helpful? Give feedback.
-
I was wondering if it might make sense to do some things to make authoring a 'Fable project' easier. Some ideas might be:
Build
target so thatdotnet build
on a Fable project invokesdotnet fable ....
to create JS artifacts?EmbedAllSources
istrue
in the project fileBeta Was this translation helpful? Give feedback.
All reactions