To work plugin correctly it has to use a lot of files which are located in some complex hierarchy... I mean, for example, there's file "project_folder/css/style.css" and it has to locate in folder "css" after exporting, not in root "project_folder" folder because it's so written in scripts. And there is a lot of similar files (near to 200). So writing each file in "dependency" not the best idea. I've tried to write folder names but it doesn't work. So what should i do?