Closed pvouzis closed 10 years ago
Panos the error is pretty straightforward and common:
depstree.MultipleProvideError: Namespace "Todos.models.Todo" provided more than once in sources:
Which means what is says, you have two declarations of goog.provide('Todos.models.Todo');
in your codebase...
Are you trying to compile the Mantri showcase or the Todos project out of the box? Is your project on a public repo i can have a look?
Closed due to innactivity
and I get the following error:
grunt closure --stack Running "closureBuilder:development" (closureBuilder) task Executing: python closure-library/closure/bin/build/closurebuilder.py -i server.js --root=./ --root=lib -o script --output_file=dist/nbmsgsrv.js
Aborted due to warnings.
Can you help please?
Best, Panos