Skip to content

lea-js/leajs-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leajs-files

Plugin of leajs.

Serves files.

leajs.config

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

  // …

}

License

Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.