Skip to content

A tool to fuse your html file with its dependencies

License

Notifications You must be signed in to change notification settings

maksimil/webfuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEBFUSE

A tool to fuse your html file with its dependencies. This will not bundle or minify your code. This tools only bundles index.html and its direct dependencies into one file.

Usage

webfuse index.html --to findex.html

this command will generate findex.html with script src and link style tags replaced with respective file contents.

webfuse --help output:

USAGE:
    webfuse.exe [OPTIONS] <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -t, --to <TO>    Name of generated file (is fused_index.html) by default

ARGS:
    <FILE>    Html file with dependencies

Why

This tool was made because webview does not support multiple files as sources.

About

A tool to fuse your html file with its dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages