LICENSE.txt
README.md
pyproject.toml
setup.cfg
staticpipes/__init__.py
staticpipes/build_directory.py
staticpipes/cli.py
staticpipes/config.py
staticpipes/current_info.py
staticpipes/exceptions.py
staticpipes/pipe_base.py
staticpipes/source_directory.py
staticpipes/utils.py
staticpipes/watcher.py
staticpipes/worker.py
staticpipes.egg-info/PKG-INFO
staticpipes.egg-info/SOURCES.txt
staticpipes.egg-info/dependency_links.txt
staticpipes.egg-info/requires.txt
staticpipes.egg-info/top_level.txt
staticpipes/pipes/__init__.py
staticpipes/pipes/copy.py
staticpipes/pipes/copy_with_versioning.py
staticpipes/pipes/exclude_dot_directories.py
staticpipes/pipes/exclude_underscore_directories.py
staticpipes/pipes/javascript_minifier.py
staticpipes/pipes/jinja2.py
staticpipes/pipes/process.py
staticpipes/processes/__init__.py
staticpipes/processes/javascript_minifier.py
staticpipes/processes/version.py
staticpipes/rjmin/__init__.py
staticpipes/rjmin/rjsmin.py
tests/test_copy.py
tests/test_copy_with_versioning_then_jinja2.py
tests/test_exclude_underscore_directories.py
tests/test_javascript_minifier.py
tests/test_jinja2.py
tests/test_pipeline_process.py
tests/test_source_sub_directory.py