public RkBuildRecipe(ProjectConfigurationManager project, ILoggerFactory loggerFactory) : base(typeof(RkBuildRecipe), project, loggerFactory) { AddModule(new RkFandomImageVirtualFsModule(this)); AddModule(new RkSitemapExclusionModule(this)); AddModule(new RkUglifyModule(this)); AddModule(new RkDocumentCollectionModule(this)); AddModule(new RkImageOptimizationModule(this)); ProjectConfig.AddType <AnhydrateConfiguration>(); }