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
// del 1.xdel(patterns,[options],callback)// del 2.xdel(patterns,[options])
So, clean function should upgrade like:
// with del 1.xfunctionclean(path,done){log('Cleaning: '+$.util.colors.blue(path));del(path,done);}// with del 2.xfunctionclean(path){returndel(config.distribution.scripts);}
The text was updated successfully, but these errors were encountered:
So,
clean
function should upgrade like:The text was updated successfully, but these errors were encountered: