del([outputPath + '/' + buildFile], function(err, paths) {
      if(err) {
        console.error('Error cleaning JS: ' + err.toString());
        return;
      }