Closed loppear closed 8 years ago
There is an 'ignore' app config value that is used to ignore certain paths from watching, BUT this is set on App() construction. I think the best place to do this is add in the ignore glob to https://github.com/nxus/core/blob/master/src/Application.js#L204
Yes, we can workaround in project config by re-listing the client/output dirs, so this is just nice-to-have automation, and would require modifying Application to let modules register additional ignore paths.
As watchify will handle changes to the entry apps and will be modifying the output files, independent of the Nxus app watcher.