0.1.0 • Published 6 years ago

leajs-files v0.1.0

Weekly downloads
103
License
MIT
Repository
github
Last release
6 years ago

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.