Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/006de64a65e84bf5d47c557876d803fc to your computer and use it in GitHub Desktop.
Save r-ryantm/006de64a65e84bf5d47c557876d803fc to your computer and use it in GitHub Desktop.
/nix/store/nwnar01260zipbz5rd28wga4zzbc5mkl-python2.7-django_compressor-2.4
├── lib
│   └── python2.7
│   └── site-packages
│   ├── compressor
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── cache.py
│   │   ├── cache.pyc
│   │   ├── conf.py
│   │   ├── conf.pyc
│   │   ├── contrib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jinja2ext.py
│   │   │   ├── jinja2ext.pyc
│   │   │   ├── sekizai.py
│   │   │   └── sekizai.pyc
│   │   ├── css.py
│   │   ├── css.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── filters
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── cleancss.py
│   │   │   ├── cleancss.pyc
│   │   │   ├── closure.py
│   │   │   ├── closure.pyc
│   │   │   ├── css_default.py
│   │   │   ├── css_default.pyc
│   │   │   ├── cssmin
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── datauri.py
│   │   │   ├── datauri.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jsmin
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── template.py
│   │   │   ├── template.pyc
│   │   │   ├── yuglify.py
│   │   │   ├── yuglify.pyc
│   │   │   ├── yui.py
│   │   │   └── yui.pyc
│   │   ├── finders.py
│   │   ├── finders.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── js.py
│   │   ├── js.pyc
│   │   ├── management
│   │   │   ├── commands
│   │   │   │   ├── compress.py
│   │   │   │   ├── compress.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mtime_cache.py
│   │   │   │   └── mtime_cache.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── models.py
│   │   ├── models.pyc
│   │   ├── offline
│   │   │   ├── django.py
│   │   │   ├── django.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jinja2.py
│   │   │   └── jinja2.pyc
│   │   ├── parser
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── beautifulsoup.py
│   │   │   ├── beautifulsoup.pyc
│   │   │   ├── default_htmlparser.py
│   │   │   ├── default_htmlparser.pyc
│   │   │   ├── html5lib.py
│   │   │   ├── html5lib.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lxml.py
│   │   │   └── lxml.pyc
│   │   ├── signals.py
│   │   ├── signals.pyc
│   │   ├── storage.py
│   │   ├── storage.pyc
│   │   ├── templates
│   │   │   └── compressor
│   │   │   ├── css_file.html
│   │   │   ├── css_inline.html
│   │   │   ├── css_preload.html
│   │   │   ├── js_file.html
│   │   │   ├── js_inline.html
│   │   │   └── js_preload.html
│   │   ├── templatetags
│   │   │   ├── compress.py
│   │   │   ├── compress.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── precompiler.py
│   │   │   ├── precompiler.pyc
│   │   │   ├── static
│   │   │   │   ├── css
│   │   │   │   │   ├── datauri.css
│   │   │   │   │   ├── filename with spaces.css
│   │   │   │   │   ├── nonasc.css
│   │   │   │   │   ├── one.css
│   │   │   │   │   ├── relative_url.css
│   │   │   │   │   ├── two.css
│   │   │   │   │   ├── url
│   │   │   │   │   │   ├── 2
│   │   │   │   │   │   │   └── url2.css
│   │   │   │   │   │   ├── nonasc.css
│   │   │   │   │   │   ├── test.css
│   │   │   │   │   │   └── url1.css
│   │   │   │   │   └── utf-8_with-BOM.css
│   │   │   │   ├── img
│   │   │   │   │   ├── add.png
│   │   │   │   │   ├── add with spaces.png
│   │   │   │   │   └── python.png
│   │   │   │   └── js
│   │   │   │   ├── nonasc.js
│   │   │   │   ├── nonasc-latin1.js
│   │   │   │   ├── one.coffee
│   │   │   │   ├── one.js
│   │   │   │   ├── three.js
│   │   │   │   └── two.js
│   │   │   ├── test_base.py
│   │   │   ├── test_base.pyc
│   │   │   ├── test_conf.py
│   │   │   ├── test_conf.pyc
│   │   │   ├── test_filters.py
│   │   │   ├── test_filters.pyc
│   │   │   ├── test_finder.py
│   │   │   ├── test_finder.pyc
│   │   │   ├── test_jinja2ext.py
│   │   │   ├── test_jinja2ext.pyc
│   │   │   ├── test_mtime_cache.py
│   │   │   ├── test_mtime_cache.pyc
│   │   │   ├── test_offline.py
│   │   │   ├── test_offline.pyc
│   │   │   ├── test_parsers.py
│   │   │   ├── test_parsers.pyc
│   │   │   ├── test_sekizai.py
│   │   │   ├── test_sekizai.pyc
│   │   │   ├── test_signals.py
│   │   │   ├── test_signals.pyc
│   │   │   ├── test_storages.py
│   │   │   ├── test_storages.pyc
│   │   │   ├── test_templates
│   │   │   │   ├── basic
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_base_compressed
│   │   │   │   │   ├── base2.html
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_extra
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_multiple
│   │   │   │   │   ├── base2.html
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_multiple_cached
│   │   │   │   │   ├── base2.html
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_complex
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_compress_command
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_condition
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_duplicate
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_error_handling
│   │   │   │   │   ├── buggy_extends.html
│   │   │   │   │   ├── buggy_template.html
│   │   │   │   │   ├── missing_extends.html
│   │   │   │   │   ├── test_compressor_offline.html
│   │   │   │   │   └── with_coffeescript.html
│   │   │   │   ├── test_extends_recursion
│   │   │   │   │   ├── admin
│   │   │   │   │   │   └── index.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_inline_non_ascii
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_static_templatetag
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_static_url_independence
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_templatetag
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_templatetag_named
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_with_context
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_with_context_super
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_with_context_variable_inheritance
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   └── test_with_context_variable_inheritance_super
│   │   │   │   ├── base1.html
│   │   │   │   ├── base2.html
│   │   │   │   └── test_compressor_offline.html
│   │   │   ├── test_templates_jinja2
│   │   │   │   ├── basic
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_extra
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_multiple
│   │   │   │   │   ├── base2.html
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_block_super_multiple_cached
│   │   │   │   │   ├── base2.html
│   │   │   │   │   ├── base.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_coffin
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_complex
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_compress_command
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_condition
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_duplicate
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_error_handling
│   │   │   │   │   ├── buggy_extends.html
│   │   │   │   │   ├── buggy_template.html
│   │   │   │   │   ├── missing_extends.html
│   │   │   │   │   ├── test_compressor_offline.html
│   │   │   │   │   └── with_coffeescript.html
│   │   │   │   ├── test_extends_recursion
│   │   │   │   │   ├── admin
│   │   │   │   │   │   └── index.html
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_inline_non_ascii
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_jingo
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_static_templatetag
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_static_url_independence
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_templatetag
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_templatetag_named
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   ├── test_with_context
│   │   │   │   │   └── test_compressor_offline.html
│   │   │   │   └── test_with_context_variable_inheritance
│   │   │   │   ├── base.html
│   │   │   │   └── test_compressor_offline.html
│   │   │   ├── test_templatetags.py
│   │   │   ├── test_templatetags.pyc
│   │   │   ├── test_utils.py
│   │   │   └── test_utils.pyc
│   │   ├── test_settings.py
│   │   ├── test_settings.pyc
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── staticfiles.py
│   │   └── staticfiles.pyc
│   └── django_compressor-2.4.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
70 directories, 220 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment