The Resources class

class ferenda.Resources(repos, resourcedir, **kwargs)[source]

Creates and manages various assets/resources needed for web serving.

make(css=True, js=True, img=True, xml=True, api=None)[source]
make_css()[source]
make_js()[source]
make_img()[source]
make_resources_xml(cssfiles, jsfiles)[source]
make_api_files()[source]