https://bugs.kde.org/show_bug.cgi?id=392640
Bug ID: 392640 Summary: Use packaged marked.min.js instead of local copy Product: kmarkdownwebview Version: 0.1.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kosse...@kde.org Reporter: kosse...@kde.org Target Milestone: --- Currently the KMarkdownWebView sources have a copy of the marked.min.js from some given release of Marked. Given Marked has become actively developed recently, it would be good to not use that copy coming as part of the KMarkdownWebView sources tarball, but instead the latest release of Marked. Either by getting the sources and building the "binary" (i.e. the minimized JS file) on the fly during the build of KMarkdownWebView, or by getting the build marked.min.js file from some package system, either the OS distribution system (*BSD, *Linux) or some special JS module one (npm). Wanted: best practice for (optionally) integrating the bundling of the generated JS file from the 3rd-party Marked project on building KMarkdownWebView as package for *BSD/*Linux distribution systems. -- You are receiving this mail because: You are watching all bug changes.