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

027+dev: bundle exec rails assets:precompile don't work #2

Closed
froger opened this issue May 5, 2023 · 2 comments
Closed

027+dev: bundle exec rails assets:precompile don't work #2

froger opened this issue May 5, 2023 · 2 comments
Assignees

Comments

@froger
Copy link
Member

froger commented May 5, 2023

As newest version of decidim don't use the sass gem but the new dart alternative, the gems won't compile.
There are two options to consider:

  1. Add a webpack configuration to use sass gem while on alpine
  2. Add the necessary executables to run dart-node.

Reference:

Known fix:

  1. create a new decidim sass loader, using the sass gem, and add the overrides. (/config/webpacker/custom.js)
  2. add the gem sass to the gemfile
@froger
Copy link
Member Author

froger commented May 5, 2023

As this issue states, we will need to wait before supporting sass-embedded in decidim-sass-loader. So I will go for adding the known fix while alpine is not supported.

@froger froger self-assigned this May 5, 2023
@froger
Copy link
Member Author

froger commented Sep 21, 2023

We switch on debian, this is not anymore an issue.

@froger froger closed this as completed Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant