groundwork for asset caching

This commit is contained in:
Danny Coates
2017-08-15 11:55:52 -07:00
parent b429841534
commit 0ab8ddc894
11 changed files with 78 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ try {
// Whatever...
}
const filename = path.join(__dirname, '..', 'public', 'version.json');
const filename = path.join(__dirname, '..', 'dist', 'version.json');
const filedata = {
commit,
source: pkg.homepage,