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
I've done a bit of digging and it appears that grunt-titanium doesn't actually merge in anything passed in the args param of the grunt task definition but simply concatenates it to the end of the generated ti command, resulting in duplicate --platform & --log-level params if they've been specified in ti_args.
The defaults in grunt-titanium only specify platform, log-level & projectDir, hence why the problem only exists for select params.
Running
grunt dev -p ios
with:results in:
Something (I suspect grunt-titanium) is adding
--log-level info
by default.Not sure if the problem is JAST or over at grunt-titanium.
The text was updated successfully, but these errors were encountered: