Skip to content

Disable caching for sprockets for now

Lukas 'ai-pi' Eipert requested to merge leipert-disable-sprocket-caching into master

What does this MR do?

Apparently our sprocket caching is not able to pick up changes in imported scss. e.g. application.scss imports a bunch of other files, but that is not visible to sprockets, so it doesn't invalidate the cache if one of those imported files is changed.

What are the relevant issue numbers?

See https://gitlab.com/gitlab-org/gitlab-ce/issues/57431

Does this MR meet the acceptance criteria?

Merge request reports