[cache] fix build

This commit is contained in:
maxkadushkin
2025-04-02 11:47:36 +03:00
parent 83b6adebc5
commit f91f74b402

View File

@ -323,7 +323,7 @@ module.exports = function(grunt) {
src: packageFile['apps-common'].copy.indexhtml.dest + '/*.html' src: packageFile['apps-common'].copy.indexhtml.dest + '/*.html'
}, },
cachescripts: { cachescripts: {
src: packageFile['api'].copy.script.dest + 'documents/cache-scripts.html', src: packageFile['api'].copy.script.dest + 'documents/*.html',
}, },
} }
} }