diff options
author | Tim Baumann <tim@timbaumann.info> | 2017-09-23 22:02:01 +0200 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2017-09-23 22:02:01 +0200 |
commit | e99aefb50ca63e2dbcc95841efbb53cea90151d8 (patch) | |
tree | 3ab0cebcd012122631336281dceb389dd0fd4506 /html-test/ref/Bug308CrossModule.html | |
parent | fe4c6c7d2907a79118d836e72c0442d666091524 (diff) |
Add compile step that bundles and compresses JS files (#684)
* Add compile step that bundles and compresses JS files
Also, manage dependencies on third-party JS libraries using NPM.
* Compile JS from TypeScript
* Enable 'noImplicitAny' in TypeScript
* QuickJump: use JSX syntax
* Generate source maps from TypeScript for easier debugging
* TypeScript: more accurate type
* Separate quick jump css file from ocean theme
Diffstat (limited to 'html-test/ref/Bug308CrossModule.html')
-rw-r--r-- | html-test/ref/Bug308CrossModule.html | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/html-test/ref/Bug308CrossModule.html b/html-test/ref/Bug308CrossModule.html index 3f2ffc38..9c9a2dec 100644 --- a/html-test/ref/Bug308CrossModule.html +++ b/html-test/ref/Bug308CrossModule.html @@ -4,15 +4,11 @@ /><title >Bug308CrossModule</title ><link href="#" rel="stylesheet" type="text/css" title="Ocean" - /><script src="haddock-util.js" type="text/javascript" + /><link rel="stylesheet" type="text/css" href="#" + /><script src="haddock-bundle.min.js" async="async" type="text/javascript" ></script ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script - ><script type="text/javascript" - >// -window.onload = function () {pageLoad();}; -// -</script ></head ><body ><div id="package-header" @@ -85,17 +81,6 @@ window.onload = function () {pageLoad();}; ></div ><div id="footer" ></div - ><script src="preact.js" type="text/javascript" - ></script - ><script src="fuse.js" type="text/javascript" - ></script - ><script src="index.js" type="text/javascript" - ></script - ><script type="text/javascript" - >// -quickNav.init(); -// -</script ></body ></html >
\ No newline at end of file |