update gitignore, add lein aliases to chat-demo
This commit is contained in:
parent
1fbf989bea
commit
47790b3f92
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,3 +15,5 @@ pom.xml.asc
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
|
/chat-demo/resources/public/cljs
|
13
chat-demo/.gitignore
vendored
13
chat-demo/.gitignore
vendored
|
@ -1,13 +0,0 @@
|
||||||
/target
|
|
||||||
/lib
|
|
||||||
/classes
|
|
||||||
/checkouts
|
|
||||||
pom.xml
|
|
||||||
*.jar
|
|
||||||
*.class
|
|
||||||
.lein-deps-sum
|
|
||||||
.lein-failures
|
|
||||||
.lein-plugins
|
|
||||||
.repl
|
|
||||||
resources/dev/js
|
|
||||||
resources/public/js
|
|
|
@ -39,6 +39,7 @@
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:pretty-print false}}}}}}
|
:pretty-print false}}}}}}
|
||||||
|
|
||||||
:aliases {"uberjar" ["do" ["clean"] ["uberjar"]]}
|
:aliases {"rundemo" ["do" ["clean"] ["cljsbuild" "once"] ["run"]]
|
||||||
|
"uberjar" ["do" ["clean"] ["uberjar"]]}
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue