We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64cb73 commit 9d6d702Copy full SHA for 9d6d702
project.clj
@@ -1,4 +1,4 @@
1
-(defproject lein-simpleton "1.2.0"
+(defproject lein-simpleton "1.3.0-SNAPSHOT"
2
:description "A simple Leiningen plugin for serving files in a local directory."
3
:url "http://www.github.com/fogus/lein-simpleton"
4
:license {:name "Eclipse Public License"
src/leiningen/simpleton.clj
@@ -17,7 +17,8 @@
17
"png" "image/png"
18
"html" "text/html"
19
"htm" "text/html"
20
- "css" "text/css"})
+ "css" "text/css"
21
+ "js" "text/javascript"})
22
23
(.addShutdownHook
24
(Runtime/getRuntime)
0 commit comments