Skip to content

Commit

Permalink
Merge pull request #65 from asprionj/mime-fix
Browse files Browse the repository at this point in the history
Mime fix
  • Loading branch information
tlienart authored May 3, 2019
2 parents 82a1e0e + 666686d commit 4687a9b
Show file tree
Hide file tree
Showing 4 changed files with 1,024 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LiveServer"
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
authors = ["Jonas Asprion <[email protected]", "Thibaut Lienart <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down
1 change: 1 addition & 0 deletions src/LiveServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ include("http_patch.jl")
# Core
#

include("mimetypes.jl")
include("file_watching.jl")
include("server.jl")

Expand Down
Loading

0 comments on commit 4687a9b

Please sign in to comment.