/boot-alt-http

Simple boot http server task to serve files from classpath.

Primary LanguageClojure

Boot-alt-http Clojars Project

Simple Boot http server task to serve files

Features

  • By default uses a free port
  • Serves index.html for URIs pointing to a directory
  • Serve only files with Boot output fileset role
    • Works when combined with target task and serving files from a directory: (comp ... (target :dir #{"boot-dev-target"}) (server :directories #{"boot-dev-target/public"}))

License

Copyright © 2016-2017 Juho Teperi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.