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
It would be great if I could set some global options by default like appName on the start of my task notifier. This would prevent me to merge objects every time or assign the values new.
Maybe I miss something out but my way ATM is:
constnotifierOptions={appName: APP_NAME,title: APP_NAME,message: 'Starting gulp...',sound: true,}notifierOptions.message=`Starting compressing files for ${name}`src(file).pipe(notify(notifierOptions))
would be great if I could just
notify.appName=APP_NAME
The text was updated successfully, but these errors were encountered:
It would be great if I could set some global options by default like
appName
on the start of my task notifier. This would prevent me to merge objects every time or assign the values new.Maybe I miss something out but my way ATM is:
would be great if I could just
The text was updated successfully, but these errors were encountered: