Plugin of leajs.
Serves files.
module.exports = {
// …
// Lookup to translate a url into a filepath
// $item ([Object, String]) Folder options, can be used as a shortcut for folders.$item.file
// $item.file (String) Filepath, absolute or relative to CWD
files: {}, // Object
// …
}
Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.