Skip to content

Path to compiled css file of an app incorrect #3606

@raimund-schluessler

Description

@raimund-schluessler

The path to a css file generated from an scss source file for a third-party app is not correct for my testing installation. I renamed the css file of the Tasks app to style.scss. The css file is generated automatically just fine under <ncwebroot>/data/appdata_***/css/tasks/style.css but including it using style('tasks', 'style'); does not work.

Expected behaviour

The path to the generated css file should read index.php/data/appdata_***/css/tasks/style.css

Actual behaviour

The path reads index.php/css/tasks/style.css and the generated css file cannot be found.

This happens under current nextcloud master.

Metadata

Metadata

Labels

0. Needs triagePending check for reproducibility or if it fits our roadmap

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions