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 239 posts 573 karma points
    Apr 09, 2020 @ 11:47
    lori ryan
    1

    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 1593 posts 7151 karma points MVP 6x c-trib
    Apr 09, 2020 @ 12:10
    Nik
    0

    Hey Lori,

    What CI/CD system are you using?

    Nik

  • lori ryan 239 posts 573 karma points
    Apr 09, 2020 @ 13:19
    lori ryan
    0

    Azure Dev ops

  • Nik 1593 posts 7151 karma points MVP 6x 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.

Please Sign in or register to post replies

Write your reply to:

Draft