Skip to content

Commit 9d6d702

Browse files
committed
Adding some JS-dev-support features
1 parent d64cb73 commit 9d6d702

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-simpleton "1.2.0"
1+
(defproject lein-simpleton "1.3.0-SNAPSHOT"
22
:description "A simple Leiningen plugin for serving files in a local directory."
33
:url "http://www.github.com/fogus/lein-simpleton"
44
:license {:name "Eclipse Public License"

src/leiningen/simpleton.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"png" "image/png"
1818
"html" "text/html"
1919
"htm" "text/html"
20-
"css" "text/css"})
20+
"css" "text/css"
21+
"js" "text/javascript"})
2122

2223
(.addShutdownHook
2324
(Runtime/getRuntime)

0 commit comments

Comments
 (0)