You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it doesn't copy the src folder over to www. I probably have a set up issue, but I followed the readme word for word with other than after running the
cordova platform add ios
command I copied the ng-phonegap files (all of them) into app/. I didn't get any errors along the way, what did I miss? I am also getting errors on the page:
Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:9001/cordova.js
Uncaught ReferenceError: angular is not defined 0.0.0.0:9001/js/app.js:10
Uncaught ReferenceError: angular is not defined 0.0.0.0:9001/js/config.js:7
Uncaught ReferenceError: angular is not defined 0.0.0.0:9001/js/controllers.js:1
Uncaught ReferenceError: angular is not defined 0.0.0.0:9001/js/pg.js:32
So I was digging around and i figured out the problem. In the grunt.js there is this line:
bowerDir: 'vendor',
which does not match what cordova/bower was creating. my actual project had a 'bower_components' directory where all my 3rd party stuff was. After I changed the directory it worked correctly.
When I run
it doesn't copy the src folder over to www. I probably have a set up issue, but I followed the readme word for word with other than after running the
command I copied the ng-phonegap files (all of them) into app/. I didn't get any errors along the way, what did I miss? I am also getting errors on the page:
Here is the output from the grunt command:
The text was updated successfully, but these errors were encountered: