diff --git a/pipeline/finders.py b/pipeline/finders.py index 0fe0be65..39a4b783 100644 --- a/pipeline/finders.py +++ b/pipeline/finders.py @@ -93,6 +93,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder): ignore_patterns = [ '*.js', '*.css', + '*.json', '*.less', '*.scss', '*.styl', @@ -114,4 +115,5 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder): 'Makefile*', 'Gemfile*', 'node_modules', + 'bower_components', ]