use absolute path instead of inline_script for big JS files
Open
- 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.