예제 #1
0
 public HotReload(ProcessRunner processRunner, IReporter reporter)
 {
     _staticFileHandler    = new StaticFileHandler(reporter);
     _scopedCssFileHandler = new ScopedCssFileHandler(processRunner, reporter);
     _compilationHandler   = new CompilationHandler(reporter);
 }
예제 #2
0
 public HotReload(IReporter reporter)
 {
     _staticFileHandler  = new StaticFileHandler(reporter);
     _compilationHandler = new CompilationHandler(reporter);
 }