remove ^:figwheel-load from core.cljs in upgrade command
This commit is contained in:
parent
42a9256805
commit
13431d00d7
|
@ -523,6 +523,10 @@ doUpgrade = (config) ->
|
|||
writeConfig(config)
|
||||
log 'upgraded .re-natal'
|
||||
|
||||
edit "src/#{projNameUs}/ios/core.cljs", [[/\^:figwheel-load\s/g, ""]]
|
||||
edit "src/#{projNameUs}/android/core.cljs", [[/\^:figwheel-load\s/g, ""]]
|
||||
log 'upgraded core.cljs'
|
||||
|
||||
edit '.gitignore', [[/^\s*env\/dev\s*$/m, ""]]
|
||||
gignore = readFile '.gitignore'
|
||||
if (!gignore.match /^\s*target\/\s*$/m)
|
||||
|
|
Loading…
Reference in New Issue