Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

local css vs origin/master when deploying #61

Open
robin-drexler opened this issue Jan 17, 2015 · 0 comments
Open

local css vs origin/master when deploying #61

robin-drexler opened this issue Jan 17, 2015 · 0 comments

Comments

@robin-drexler
Copy link
Member

When we deploy, less is compiled to css and uploaded to the app server.
However, the compiling is done locally with the currently checked out revision.
The revison and therefore the css can differ from origin/master (which is checked out on the app servers on deploy).

This might lead to awkward surprises.
I see two options here.

  • Deploy the locally checked out revison to the server
  • Always do the compiling on origin/master revision (dunno how that'd be done yet)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant