WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

[Question] bundling content and web root files together

Open mkalinski93 opened this issue 3 years ago • 0 comments

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.

mkalinski93 avatar Aug 17 '22 10:08 mkalinski93