Page MenuHomePhorge

CODE: Debugging assets makes the asset URLs point to the wrong locations.
Closed, SpitePublic

Description

When ASSETS_DEBUG = False disabled, assets are compiled and (correctly) put in to kadmin/static/. With ASSETS_DEBUG = True however, the themed assets are obtained as /themes/kolabnow/static/css/kolabnow.css and these result in a 404.

Details

Ticket Type
Task

Revisions and Commits

Event Timeline

vanmeeuwen claimed this task.
vanmeeuwen raised the priority of this task from to 60.
vanmeeuwen updated the task description. (Show Details)
vanmeeuwen added a project: Admin.
vanmeeuwen changed Ticket Type from Task to Task.
vanmeeuwen subscribed.

Setting theme_url_prefix in setup_themes(app, theme_url_prefix='/themes') does not appear to help.

vanmeeuwen changed the task status from Resolved to Spite.Aug 23 2016, 2:27 PM
vanmeeuwen removed a project: PACK.