The correct flag to disable the cache numbers is:
lime_disable_assets_version
You can add this in your Project.xml:
<haxedef name="lime_disable_assets_version" />
or add -D lime_disable_assets_version
to your lime build
:
lime build html5 -D lime_disable_assets_version
If you want to use a known number (instead of disabling them completely), there is the lime-assets-version
flag:
<haxedef name="lime-assets-version" value="123" />
-Dlime-assets-version=123
Sources: