Skip to content

Fix "cannot load such file: sass" error

Matthias Käppler requested to merge mk-fix-css-build into master

Due to a change in how we handle asset compilation we were now missing a build step that assembles CSS files.

Context: gitlab#438278 (closed)

To apply the fix:

  • run make build
  • run make webpack-compile (or restart the dev server)

I think that we may want to revisit GCK's integration with our asset pipeline though. I will create a new issue for that.

Edited by Matthias Käppler

Merge request reports