DEPRECATED - Please see https://github.com/clarin-eric/switchboard for latest version - Code Repository for the Language Resources Switchboard of CLARIN
A suggestion for the currently rather (sometimes problematically) robust caching of the LRS code: maybe try setting some HTML headers to prevent the clients from caching it? See https://stackoverflow.com/q/7413234.
Or you could use HTTP headers if you have control over those.
Or possibly the best solution: add a query parameter with a unique value to the location of the script file. Maybe at build time the Git revision can be inserted? Or otherwise a checksum of the file itself? For example:
A suggestion for the currently rather (sometimes problematically) robust caching of the LRS code: maybe try setting some HTML headers to prevent the clients from caching it? See https://stackoverflow.com/q/7413234.
Or you could use HTTP headers if you have control over those.
Or possibly the best solution: add a query parameter with a unique value to the location of the script file. Maybe at build time the Git revision can be inserted? Or otherwise a checksum of the file itself? For example: