You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/13 21:24:22 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #457: Add FontAwesome

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:
users@infra.apache.org