This website works better with JavaScript.
Home
Explore
Help
Sign In
xtnt
/
boot-clj-boilerplate
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed extraneous clj file
bs-boot-httpkit-compojure-implementation
sahabaishakhi
5 years ago
parent
a0778950b6
commit
0a05bd71c3
1 changed files
with
0 additions
and
12 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
src/boot_build.clj
+ 0
- 12
src/boot_build.clj
View File
@@ -1,12 +0,0 @@
(ns demo.boot-build
(:require [boot.core :as core]
[boot.task.built-in :as task]))
(core/deftask build
"Build my project."
[]
(comp (task/pom) (task/jar) (task/install)))
(core/deftask hello
[]
(println "hello"))
Write
Preview
Loading…
Cancel
Save