petebacondarwin / dgeni-angular

Apache License 2.0
55 stars 25 forks source link

Module definition not found #9

Open SimoneMSR opened 8 years ago

SimoneMSR commented 8 years ago

I edited the dgeni-config.js file to let the readFilesProcessor point to my source directory (where I have an Angular APP). When I launch gulp assets dgeni

I get the following error from the parseModulesProcessors, before gulp exits:

error: Error: Module definition missing for ... in ...

looking at the dgeni code in parseModule.js I found that, even if dgeni founds the module, it does not add the module when it has no dependencies. This is strange...

Am I doing something wrong?