Open amv opened 7 years ago
edited I had the same problem. I think it should be inlined by default.
For those wondering, this can be done wiith passing in {inlinemin: true} before the cb
I'm having the same issue with my *.min.js
and *.min.css
files. There's no command flag for telling inliner to inline these files.
Note: Changing the resource links to exclude .min
solves the issue, but renaming files and editing code for this is inconvenient.
What is the initial intended purpose of this tool which brings about the rationale of the current default behaviour?
To me it seems a bit odd that the default behaviour is not to just inline everything.