BuildTaskBuilder exposes the following tasks when using the default config:
gulp: First clears your destination directory, then callsdev, thenwatchand then starts up a browserSync webservergulp prod: Clears destination, then creates production filesgulp serve: Just boots up and runs the server; changes won't be watched (as no watch tasks are started)gulp clean: Removes the destination folder
jsDev: Clears JS folder in destination, converts JS files, then haltsjsWatch: Only watches JS files (triggers on change)js:jsDevthenjsWatchjsProd: Clears JS folder in destination, converts and minifies files for production
cssDev: Clears CSS folder in destination, converts css files, then haltscssWatch: Only watches CSS files (triggers on change)css:cssDevthencssWatchcssProd: Clears CSS folder in destination, converts and minifies files for production
htmlDev: Clears HTML folder in destination, copies all HTML fileshtmlWatch: Only watches HTML files (triggers on change)html:htmlDevthenhtmlWatchhtmlProd: Clears HTML folder in destination, converts and minifies files for production