Correct / recommended way of building html, sass and fonts

So if I understand correctly you want to

  1. compile sass to css
  2. move font’s to www/
  3. move html over

So the gulpfile we’ve introduced is going to contain all the build logic that the CLI has. We’ll be expanding it more and more as time goes so that anything the CLI is doing, is just being done through gulp.