No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [Resolved] - Stylus variables not applying at build time in CI/CD pipeline (Ubuntu VM)

    Help
    1
    2
    382
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jaxon
      Jaxon last edited by Jaxon

      Hey guys! I was wondering if anyone has seen this before?

      If I build my project locally on my machine it builds as expected and the variables are applied. However when I build using a VM for CI/CD purposes, the variables do not get applied, but does not error. The build proceeds and deploys, however visually its lacking; due to the variables not applying.

      • Here is a screenshot of the css after CI/CD has deployed the code.
        0_1539896995066_Screenshot 2018-10-18 at 22.05.43.png

      • Here is a screenshot of the css after I build locally and manually deploy the code.
        0_1539897122045_Screenshot 2018-10-18 at 22.11.53.png

      Environment Version

      • Local Machine Info
        0_1539897425516_Screenshot 2018-10-18 at 22.16.42.png

      • VM Info
        0_1539899227020_Screenshot 2018-10-18 at 22.46.41.png

      • CI/CD
        Done via Gitlab using Docker containers.

      1 Reply Last reply Reply Quote 0
      • Jaxon
        Jaxon last edited by

        [FIX]

        The git repo actually had a cached folder with different casing to local directory.
        Running the command git delete cached folder command:

        git rm -r --cached myFolder
        

        and then pushing up resolved this issue.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post