miracle2k / flask-assets

Flask webassets integration.
BSD 2-Clause "Simplified" License
455 stars 99 forks source link

ASSET_URL returns empty string #121

Closed Ladsgroup closed 7 years ago

Ladsgroup commented 7 years ago

I've recently started to use flask-assets, it's the bundling code but when we run it it only returns empty string as asset_url without anything to debug. Here's an example which is rendering this template by adding "?debug" as an argument it returns empty string for each of assets. There should be at least a way to log problems here.

Ladsgroup commented 7 years ago

Duplicate of #120