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

Use Webpack's watch mode or module replacement functionality #2871

Open
podliashanyk opened this issue Mar 8, 2024 · 0 comments
Open

Use Webpack's watch mode or module replacement functionality #2871

podliashanyk opened this issue Mar 8, 2024 · 0 comments

Comments

@podliashanyk
Copy link
Contributor

Since #2849 CSS files are built from Sass using Webpack.
sass-watch.sh should be replaced with Webpack's functionality for module replacement or watch mode. We can most likely remove the sass-watch script entirely, but the inotifywait will still be needed in Docker setup as it is used for module replacement by Webpack under the hood.

Blocked by #2849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant