Created by: michael-lehman
Second example is supposed to show returning a stream instead of using a callback. Commit b65a70c3 changed the 'clean' task to use a callback. The 'templates' and 'styles' do return streams, but 'clean' is the only task anything actually needs to wait for, making it the focus of the example.