You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for web-assets, it is really useful for us :).
The only issue we encountered so far is that, when we want to use a cdn (font-awesome css) and make a Bundle out of it, we seem to get an error in very specific cases (when unit testing the rendering of our pages):
app=<Flask'depmap'>deftest_render_view_index(app):
""" Test that the cell line index page renders """withapp.test_client() asc:
>r=c.get(url_for("cell_line.view_index"))
Hi!
Thanks for web-assets, it is really useful for us :).
The only issue we encountered so far is that, when we want to use a cdn (font-awesome css) and make a Bundle out of it, we seem to get an error in very specific cases (when unit testing the rendering of our pages):
Here is our css configuration in Bundle:
Do you know what could go wrong? Also, we are using Python 3.5 (and it seems to work fine in 2.7?)
Thanks a lot!
The text was updated successfully, but these errors were encountered: