Import custom css file into a pluggable web widget

0
Hi, My pluggable widget is using some W3C components and looks like one of the component is expecting a css file to be placed under <Project Root Dir>/css/ folder. I have created css folder under widget home directory and copied those CSS file but Mendix App is complaining with below error GET http://localhost:8082/widgets/test/samplewebcomponentwidget/css/comp.css?637505611097070016 net::ERR_ABORTED 404 (Not Found) Looks like the component JS code is looking for comp.css file using relative path. Any help in fixing this issue? Note: Looks like Mendix is merging all css files into a single file but for my issue the css file has to be copied with folder structure
asked
0 answers