.flake8 .gitignore .pre-commit-config.yaml .readthedocs.yaml AUTHORS CODE_OF_CONDUCT.md CONTRIBUTING.rst HISTORY.rst LICENSE MANIFEST.in README.rst pyproject.toml .github/dependabot.yml .github/workflows/release.yml .github/workflows/test.yml django_pipeline.egg-info/PKG-INFO django_pipeline.egg-info/SOURCES.txt django_pipeline.egg-info/dependency_links.txt django_pipeline.egg-info/requires.txt django_pipeline.egg-info/top_level.txt docs/Makefile docs/compilers.rst docs/compressors.rst docs/conf.py docs/configuration.rst docs/index.rst docs/installation.rst docs/make.bat docs/signals.rst docs/storages.rst docs/templates.rst docs/usage.rst docs/using.rst img/django-pipeline.svg pipeline/__init__.py pipeline/collector.py pipeline/conf.py pipeline/exceptions.py pipeline/finders.py pipeline/forms.py pipeline/glob.py pipeline/middleware.py pipeline/packager.py pipeline/signals.py pipeline/storage.py pipeline/utils.py pipeline/views.py pipeline/compilers/__init__.py pipeline/compilers/coffee.py pipeline/compilers/es6.py pipeline/compilers/less.py pipeline/compilers/livescript.py pipeline/compilers/sass.py pipeline/compilers/stylus.py pipeline/compilers/typescript.py pipeline/compressors/__init__.py pipeline/compressors/closure.py pipeline/compressors/csshtmljsminify.py pipeline/compressors/cssmin.py pipeline/compressors/csstidy.py pipeline/compressors/jsmin.py pipeline/compressors/terser.py pipeline/compressors/uglifyjs.py pipeline/compressors/yuglify.py pipeline/compressors/yui.py pipeline/jinja2/__init__.py pipeline/jinja2/pipeline/css.jinja pipeline/jinja2/pipeline/inline_js.jinja pipeline/jinja2/pipeline/js.jinja pipeline/templates/pipeline/compile_error.html pipeline/templates/pipeline/css.html pipeline/templates/pipeline/css.jinja pipeline/templates/pipeline/inline_js.html pipeline/templates/pipeline/inline_js.jinja pipeline/templates/pipeline/js.html pipeline/templates/pipeline/js.jinja pipeline/templatetags/__init__.py pipeline/templatetags/pipeline.py tests/__init__.py tests/models.py tests/settings.py tests/urls.py tests/utils.py tests/views.py tests/assets/compilers/coffee/expected.js tests/assets/compilers/coffee/input.coffee tests/assets/compilers/es6/expected.js tests/assets/compilers/es6/input.es6 tests/assets/compilers/less/expected.css tests/assets/compilers/less/input.less tests/assets/compilers/livescript/expected.js tests/assets/compilers/livescript/input.ls tests/assets/compilers/scss/expected.css tests/assets/compilers/scss/input.scss tests/assets/compilers/stylus/expected.css tests/assets/compilers/stylus/input.styl tests/assets/compilers/typescript/expected.js tests/assets/compilers/typescript/input.ts tests/assets/compressors/closure.js tests/assets/compressors/csshtmljsminify.css tests/assets/compressors/csshtmljsminify.js tests/assets/compressors/cssmin.css tests/assets/compressors/csstidy.css tests/assets/compressors/jsmin.js tests/assets/compressors/slimit.js tests/assets/compressors/terser.js tests/assets/compressors/uglifyjs.js tests/assets/compressors/yuglify.css tests/assets/compressors/yuglify.js tests/assets/compressors/yui.css tests/assets/compressors/yui.js tests/assets/css/first.css tests/assets/css/second.css tests/assets/css/sourcemap.css tests/assets/css/unicode.css tests/assets/css/urls.css tests/assets/css/nested/nested.css tests/assets/fonts/pipeline.eot tests/assets/fonts/pipeline.svg tests/assets/fonts/pipeline.ttf tests/assets/fonts/pipeline.woff tests/assets/images/arrow.png tests/assets/images/sprite-buttons.png tests/assets/images/embed/arrow.png tests/assets/js/application.js tests/assets/js/dummy.coffee tests/assets/js/first.js tests/assets/js/second.js tests/assets/js/sourcemap.js tests/assets/templates/photo/detail.jst tests/assets/templates/photo/list.jst tests/assets/templates/video/detail.jst tests/templates/empty.html tests/templates/index.html tests/tests/__init__.py tests/tests/models.py tests/tests/test_collector.py tests/tests/test_compiler.py tests/tests/test_compressor.py tests/tests/test_conf.py tests/tests/test_forms.py tests/tests/test_glob.py tests/tests/test_middleware.py tests/tests/test_packager.py tests/tests/test_storage.py tests/tests/test_template.py tests/tests/test_utils.py tests/tests/test_views.py