Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change SCSS compile location out of theme #967

Closed
trubach opened this issue Nov 21, 2023 · 1 comment · Fixed by #968 or #969
Closed

Change SCSS compile location out of theme #967

trubach opened this issue Nov 21, 2023 · 1 comment · Fixed by #968 or #969
Assignees

Comments

@trubach
Copy link
Contributor

trubach commented Nov 21, 2023

Currently, in the file illinois_framework_theme.libraries.yml file, line 6 has a directive to save the compiled SCSS file to the theme's ./css directory. This can cause issues on hosting providers that don't allow write access to the theme files (e.g. Pantheon). Removing that directive will cause the compiler to put the compiled CSS into the site's public directory (/sites/default/files), which hosting providers will allow.

Link to the line in issue:

scss/style.scss: { css_path: '/css/' }

@trubach trubach self-assigned this Nov 21, 2023
Copy link

@trubach trubach linked a pull request Nov 21, 2023 that will close this issue
@trubach trubach linked a pull request Nov 21, 2023 that will close this issue
trubach added a commit that referenced this issue Nov 30, 2023
…ss-compile-location-out-of-theme

Fix for SCSS compiling issue #967
magjarvis pushed a commit that referenced this issue May 2, 2024
…ss-compile-location-out-of-theme

Fix for SCSS compiling issue #967
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant