-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap
Milestone
Description
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
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap