.dockerignore
.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/upgrade.rst
docs/usage.rst
invenio_assets/__init__.py
invenio_assets/cli.py
invenio_assets/collect.py
invenio_assets/ext.py
invenio_assets/proxies.py
invenio_assets/webpack.py
invenio_assets.egg-info/PKG-INFO
invenio_assets.egg-info/SOURCES.txt
invenio_assets.egg-info/dependency_links.txt
invenio_assets.egg-info/entry_points.txt
invenio_assets.egg-info/not-zip-safe
invenio_assets.egg-info/requires.txt
invenio_assets.egg-info/top_level.txt
invenio_assets/assets/.babelrc
invenio_assets/assets/.eslintignore
invenio_assets/assets/.eslintrc.js
invenio_assets/assets/package.json
invenio_assets/assets/build/webpack.config.js
invenio_assets/assets/patches/semantic-ui-less+2.5.0.patch
tests/conftest.py
tests/test_invenio_assets.py
tests/test_invenio_assets_cli.py
tests/test_webpack.py