This is my problem ...
I prepare the next small exmaple, with the gruntFile.js and i can get minify this
this is the error that i have:
Uncaught Error: [$injector:nomod] Module 'myApp' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.3.11/$injector/nomod?p0=myApp
this is the link to see my example:
https://github.com/juliovg/minification_Test.git
can somebody help me?
Thanks