laravel-mix-glob
Version:
Laravel mix extension that add support for globs usage with an extensive concise api. For a more natural boosted productivity and dynamic. Configure once and forget about adding the files each time.
3 lines (2 loc) • 486 B
JavaScript
;require("colors");var r=require("../Utils/Logger/index.js"),e=require("./InterruptsHandler/index.js"),t=require("./WatchingHandler/index.js");exports.WatchingManager=class{watchingHandler;restartHandler;init(){r.LOGGER.debug("Initializing watching manager"),this.watchingHandler=new t.WatchingHandler;const{restartHandler:n}=this.watchingHandler.init();n&&(this.restartHandler=n,process.stdout&&e.handleInterrupts(this.restartHandler))}};
//# sourceMappingURL=index.js.map