Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Disable SCSS compilation inside docker #32

Closed
bezysoftware opened this issue Sep 28, 2021 · 3 comments
Closed

Disable SCSS compilation inside docker #32

bezysoftware opened this issue Sep 28, 2021 · 3 comments

Comments

@bezysoftware
Copy link

Hi, I get the following error during my docker multi-build arm64 stage.

There is no LibSassHost.Native.linux-* package for the arm64 processor architecture

Since I include the generated css files in the repo, I was thinking it's actually not needed to run the SCSS compilation during server build (done in Docker). Is there a way to do that?

@johan-v-r
Copy link
Owner

Hi - I think it might skip the LSB task if there aren't any Sass files in the directory.
Perhaps try removing them before your server build then?

@JelleHissink
Copy link
Contributor

Or put a Condition="" attribute on the package reference to LibSassBuilder?

@johan-v-r
Copy link
Owner

@bezysoftware closing this, please comment again for further discussion on this.

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

3 participants