Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lori ryan 199 posts 529 karma points
    Apr 09, 2020 @ 11:47
    lori ryan
    0

    Client Dependency Versioning continuous integration - Umbraco Backend

    Having a little issue with client dependency in production. I am using continuous integration for deployment (azure devops)

    Looking at the notes on https://github.com/Shazwazza/ClientDependency/wiki/Versioning

    Just wondering if you anybody had any further information in increasing the number for client dependency.

    The javascript in the backend seems to lockup a bit after deployment - causing the backend not to work. Namely the angular controllers.

    To resolve I have to

    1. stop site
    2. clear client dependency directory in the temp folder
    3. Set minification off in config in clientdependency for js
    4. Increase the minification version
    5. start site
    6. Set minification on in config in clientdependency for js
  • Nik 1413 posts 6212 karma points MVP 3x c-trib
    Apr 09, 2020 @ 12:10
    Nik
    0

    Hey Lori,

    What CI/CD system are you using?

    Nik

  • lori ryan 199 posts 529 karma points
    Apr 09, 2020 @ 13:19
    lori ryan
    0

    Azure Dev ops

  • Nik 1413 posts 6212 karma points MVP 3x c-trib
    Apr 09, 2020 @ 13:27
    Nik
    1

    Okay, so with azure Dev OPS, you can take advantage of your release pipeline to do variable substitution on the client dependency file and control the version number. Something I do is set it to the build id do it changes on every release.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies