python 2.7 - Django collectstatic command is not able to compile animate.css -
i tried use animate.css in 1 of django project (if interested here's link).
overview:
deploy code, run python manage.py collectstatic, always. till don't include animate.css in {% styles css/base-min.css %} tag using django-sekizai , django-compressor of gist.
the collectstatic works fine, include in project, same command stucks.
for time being use animation.css in project, have directly included of
<link href="{{static_url}}/css/animate.min.css" rel="stylesheet" type="text/css" media="screen" /> but, question remains, why collectstatic commands fails in general compile animate.css?
Comments
Post a Comment