Here's another interesting case: separating out your RequireJS configuration into a separate module. RequireJS has no problem with this; the app runs fine. But Mimosa currently warns you about every file that references one of the path dependencies, telling you that it cannot be found.
From dbashford/mimosa#137
Here's another interesting case: separating out your RequireJS configuration into a separate module. RequireJS has no problem with this; the app runs fine. But Mimosa currently warns you about every file that references one of the
path
dependencies, telling you that it cannot be found.config.js
main.js