To reproduce, run:
volo add -amd https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.3/angular.js depends=jquery=jQuery exports=angular
Contents of package.json:
{
"volo": {
"dependencies": {
"angular": "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.3/angular.js"
}
}
}
Expected behaviour:
rm angular.js
volo install
# angular.js should be amdified
Thanks for the great tool that is volo!