We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With an MSBuild property <WebSharperProject>BundleOnly</WebSharperProject>, and equivalent command line flag --ws:bundleonly.
<WebSharperProject>BundleOnly</WebSharperProject>
--ws:bundleonly
Does not build a .dll, just creates a bundle project js/css output files for faster compilation time.
.dll
Dependent on optimizing bundling to work from data in memory instead of dlls only (#891).
The text was updated successfully, but these errors were encountered:
fix #892 add BundleOnly WS project type
7466a6f
BundleOnly is documented at https://developers.websharper.com/docs/v4.1/fs/templates
BundleOnly
Sorry, something went wrong.
No branches or pull requests
With an MSBuild property
<WebSharperProject>BundleOnly</WebSharperProject>
, and equivalent command line flag--ws:bundleonly
.Does not build a
.dll
, just creates a bundle project js/css output files for faster compilation time.Dependent on optimizing bundling to work from data in memory instead of dlls only (#891).
The text was updated successfully, but these errors were encountered: