Open PetrDlouhy opened 1 year ago
and also compilescss command of django-sass-processor:
but django-sass-processor only issues a warning, or do I miss something here?
Does django-compressor abort its job after encountering that template?
@jrief You are right. Those are just warnings, but they are a bit annoying and can hide more serious issues. This simple fix would get rid of them.
The django-compress raises following errors during run of
compress
management command and alsocompilescss
command ofdjango-sass-processor
: