gad2103 opened this issue 10 years ago · 1 comments
when i try to inline minified js for these libraries, a bunch of stuff gets put in the body tag. i'm guessing that something is triggering functions to run inside these libraries during the inlining? here's a picture of d3:
any ideas?
You're inlining already minified assets. Disabling compression should probably solve your issue:
inlinesource({ compress: false })