Html5 output don't change

For some reason the html5 output never change no matter what I do.
It works for all the other targets but everytime I build to html5 it always generate code of a previous project and run it. Even deleting this previous project doesn’t change it.
Someone knows what is happing?

Try to clear your browser cache !

Are you using FlashDevelop? There’s an open issue about it.

Yes, using FlashDevelop.
Running with FD also don’t correctly setup the js source maps.
But I noticed the best workflow for this is run “lime test html5 -debug” from a command prompt, let it running and just build (F8) in FD.
This way the source maps and cache issue are fixed.