GulpTaskLoader.prototype.addBundleTasks = function() {
  this.bundleTasks.push.apply(this.bundleTasks, arguments);
  return this;
};