setup lein project

This commit is contained in:
Dan Motzenbecker 2015-08-22 13:30:12 -04:00
parent f0d2c94149
commit 7e32714f0b
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ init = (projName) ->
execSync "cp #{ resources }ambly.sh start.sh"
editSync 'start.sh', [[projNameUnderRx, projNameUs]]
log 'Compiling ClojureScript'
execSync 'lein cljsbuild once dev'
catch e
logErr e.message