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

[stable12] CSSResourceLocator: handle SCSS in apps outside root #7257

Merged
merged 1 commit into from
Nov 27, 2017

Commits on Nov 23, 2017

  1. CSSResourceLocator: handle SCSS in apps outside root

    Currently static CSS files work fine in apps outside of the root.
    However, as soon as an app uses SCSS, Nextcloud starts being unable to
    find the web root.
    
    Fix this problem by backporting select snippets from master
    specifically targeting this issue, and add a test to ensure it doesn't
    regress.
    
    Fix nextcloud#5289
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    7f8f3dc View commit details
    Browse the repository at this point in the history