removed copying of repl start script

This commit is contained in:
Dan Motzenbecker 2015-10-04 19:05:52 -04:00
parent 08175a93d0
commit 99a288be37

View File

@ -132,8 +132,6 @@ init = (projName) ->
corePath += 's'
exec "cp #{resources}core.cljs #{corePath}"
edit corePath, [[projNameHyphRx, projNameHyph], [projNameRx, projName]]
exec "cp #{resources}ambly.sh start.sh"
edit 'start.sh', [[projNameUnderRx, projNameUs]]
log 'Compiling ClojureScript'
exec 'lein cljsbuild once dev'