Skip to content
New issue

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

Add JS-only mode for bundle projects #892

Closed
Jand42 opened this issue Jan 31, 2018 · 1 comment
Closed

Add JS-only mode for bundle projects #892

Jand42 opened this issue Jan 31, 2018 · 1 comment

Comments

@Jand42
Copy link
Member

Jand42 commented Jan 31, 2018

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).

@Jand42 Jand42 changed the title Add JS-only mode for bundle projects Add JS-only mode for F# bundle projects Jan 31, 2018
@Jand42 Jand42 changed the title Add JS-only mode for F# bundle projects Add JS-only mode for bundle projects Jan 31, 2018
Jand42 added a commit that referenced this issue Jan 31, 2018
@Jand42 Jand42 closed this as completed Jan 31, 2018
@Jand42
Copy link
Member Author

Jand42 commented Feb 1, 2018

BundleOnly is documented at https://developers.websharper.com/docs/v4.1/fs/templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant