zregvart commented on a change in pull request #457: URL: https://github.com/apache/camel-website/pull/457#discussion_r470257154
########## File path: antora-ui-camel/gulp.d/tasks/build.js ########## @@ -46,7 +46,18 @@ module.exports = (src, dest, preview) => () => { const basename = ospath.basename(abspath) const destpath = ospath.join(dest, 'font', basename) if (!fs.pathExistsSync(destpath)) fs.copySync(abspath, destpath) - return path.join('..', 'font', basename) + return path.join('..', 'font', basename) + asset.search + asset.hash Review comment: Not sure about this change, doesn't seem to be related to adding Font Awesome. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org