fmal/gulp-inline-source

strange behavior with certain libraries d3/angular.js

gad2103 opened this issue · 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:
screen shot 2015-01-30 at 12 56 20 pm

any ideas?

fmal commented

You're inlining already minified assets. Disabling compression should probably solve your issue:

inlinesource({ compress: false })