luci.mk: add simple cache buster
authorJo-Philipp Wich <jo@mein.io>
Tue, 1 Nov 2016 15:47:31 +0000 (16:47 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 1 Nov 2016 15:50:50 +0000 (16:50 +0100)
commitd7d97723fef1c4e5fe436b15e088d24d558246b3
treea25ae7752b375e35598327c1a872b61b7e7df33e
parent87ae1242b89245e47d2a63c7cbd411428c9b1e72
luci.mk: add simple cache buster

Append a ?v=version string to any media or resource URL that has a .js or .css
extension.

Also substitute placeholders in the form <%# xxxPKG_VERSION %> where
xxx is replaced verbatim and PKG_VERSION with the actual version, e.g.
<%# ?x=PKG_VERSION %> will result in "?x=git-16.237.30043-f885853".

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
luci.mk