WebOptimizer
WebOptimizer copied to clipboard
[Question] bundling content and web root files together
Hello,
unfortunately, I was not able to find a solution for this question so I´m going to ask it right here.
I want to create a bundle with multiple files from the WebRoot and ContentRoot. We have several librarys from npm and some custom files which should be packed into a single output file.
for example: I have the route "vendor.css" and it should contain these two files: "node_modules/bootstrap/dist/css/bootstrap.css" + "css/site.css"
I´ve tried to create multiple bundles sharing the same route, but it gonna take the WebRoot content all the time.