79776018

Date: 2025-09-26 13:50:53
Score: 1
Natty:
Report link

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:

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Giuppe