trunk-rs/trunk

Option to inline CSS and Javascript

Open

#28 opened on Aug 30, 2020

 (14 comments) (4 reactions) (0 assignees)Rust (315 forks)auto 404
assetsenhancementgood first issuehelp wantedready

Repository metrics

Stars
 (4,347 stars)
PR merge metrics
 (PR metrics pending)

Description

When working on web-view based desktop application, you don't have access automatically to a server to serve your application front-end files, and it's a lot simpler just to pass in the entire front-end inlined as a single HTML file. It would be nice if Trunk had support for this.

Contributor guide