Home » Projekte » Webber » Plugins » read_copyonly.py

Read and copy binary files

This plugin copies files (e.g. graphics files) into the destination folder.

To configure which files should be copied you modify webber.conf. An example snippet might be:

copy_files: [
        "*.png",
        "*.jpg",
        "*.gif",
        "*.css",
        "robots.txt",
]