finders.py
2.53 KB
-
Add missing ignore_pattern to FileSystemFinder. · ebd61c49
Some third party js/css libraries installed through bower, contain broken references in CSS: url(...). When using PipelineCachedStorage, this breaks during collectstatic. As with AppDirectoriesFinder, ignore CSS. CSS is a pielinable content that can be managed through a pipeline asset. True, these CSS fixes should be fixed in their respective projects. Bugs have been filed, but this fix will allow pipeline users to continue using third party libraries without breaking builds and deployment.
Jon Dufresne committed