Suppose I have two HTML files (index.html & about.html); For the injection, I don't want both to share same .js and .css files. I only want index.js & index.css to be injected into index.html, and about.js & about.css into about.html. I think the best way to do it is using the transform() option, but how?
Suppose I have two HTML files (
index.html&about.html); For the injection, I don't want both to share same.jsand.cssfiles. I only wantindex.js&index.cssto be injected intoindex.html, andabout.js&about.cssintoabout.html. I think the best way to do it is using thetransform()option, but how?