Add timestamp to builds

This commit is contained in:
2021-02-12 17:06:26 +01:00
parent d87e29d460
commit 37e90f1c18
6 changed files with 9 additions and 6 deletions

View File

@ -32,12 +32,12 @@ class Offline {
/**
* Path to assets (relative to the build folder)
*/
const PATH_ASSETS = "assets/";
const PATH_ASSETS = "assets/".BUILD_TIME."/";
/**
* Path to assets (URL)
*/
const ASSETS_URL = "https://devweb.local/comunic/v2/output/assets/";
const ASSETS_URL = "https://devweb.local/comunic/v2/output/assets/".BUILD_TIME."/";
/**
* Third party CSS files