You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
First time that I build all is ok, but second time I have to delete my target folder to can compile, exists any type of flag like overwrite: true or something like that?
Running "appdmg:target" (appdmg) task
[ 1/20] Looking for target... [FAIL]
Error: Target already exists
Warning: Task "appdmg:target" failed. Use --force to continue.
Aborted due to warnings.
Thanks.
The text was updated successfully, but these errors were encountered:
This error comes from the original node-appdmg, not grunt-appdmg. grunt-appdmg is just a wrapper.
According to the appdmg's source code, this behavior is its spec and appdmg doesn't have such an overwrite flag.
If you really need this option, could you report it on node-appdmg project?
If you just want to fix the task error, please install grunt-contrib-clean and register clean task before running appdmg.
Hello,
First time that I build all is ok, but second time I have to delete my target folder to can compile, exists any type of flag like overwrite: true or something like that?
Thanks.
The text was updated successfully, but these errors were encountered: