lib/tasks/server/middleware/broccoli-serve-files/index.js:6
    ServeFilesAddon
This addon is used to serve the requested assets and set the required response headers. It runs after broccoli-watcher addon.
Constructor Summary
| Public Constructors | |
|---|---|
| public | 
            
             This addon is used to serve the requested assets and set the required response headers. It runs after broccoli-watcher addon.  | 
        
Method Summary
| Private Methods | |
|---|---|
| private | 
             
              onInterrupt( )
             
            Interrupt comamd with an exit code Called when the process is interrupted from outside, e.g. CTRL+C or   | 
        
Public Constructors
lib/tasks/server/middleware/broccoli-serve-files/index.js:6
        public ServeFilesAddon( )
Private Methods
lib/models/task.js:10
        private onInterrupt( )
Interrupt comamd with an exit code
Called when the process is interrupted from outside, e.g. CTRL+C or process.kill()