Skip to contents

Copies an HTML dependency from the package template into the current working directory.

Usage

add_dependency(root_dir, ...)

Arguments

root_dir

Path to the webpage root directory

...

Path to the dependency

Examples

if (FALSE) { # interactive()
add_dependency("css", "styles.css")
}