Boscop / Boscop/web-view

use absolute path instead of inline_script for big JS files

Open
#75 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
179
PR merge metrics
No merged PRs in 30d

Description

In case of using `scripts = inline_script(include_str!("echarts.min.js"))`, if the js file gets big, the program becomes SLOW to start.
If we use absolute path to replace ``, there will be no such problem.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.