I use svg files as resource files for my html-game. But the problem is that when I change these files, haxe doesn’t rebuild the project. I have to change some source code and only then the changes in the svg files will take effect. How do I make haxe rebuild the project if I change only svg files?
Thanks