diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 3a1fe9fd26..1d2afdaca7 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -323,7 +323,7 @@ module.exports = function(grunt) { src: packageFile['apps-common'].copy.indexhtml.dest + '/*.html' }, cachescripts: { - src: packageFile['api'].copy.script.dest + 'documents/cache-scripts.html', + src: packageFile['api'].copy.script.dest + 'documents/*.html', }, } }