Closed itmm closed 8 years ago
I'm not going to implement this. The benefit is minimal compared to the complexity to actually achieve this.
Please trust that I've given this quite a bit of thought, and my initial concern was with mixing the two blocks of JS, then there's checking that they're next to each other, and then I started to consider more edge cases. I hope that's cool.
Thank you for sharing this project!
I would like to split my JavaScript into multiple files, to get some order into the over thousand lines of code. To keep it working in the not inlined version, I would like to add a couple of script tags like in the following example
The result by invoking it with
inliner test.html
isIs it possible to merge files of the same type (JS, CSS, etc.) to one file before minifying and including it? It would expect a result like
That would be great to have a structured project minified to one page.
If you can point me into the code where the needed changes have to be performed, I may gladly contribute.
Thanks again.