calvinl / ng-phonegap

Grunt workflow for building AngularJS applications on PhoneGap.
MIT License
138 stars 28 forks source link

Documentation missing steps #15

Closed thatjuan closed 10 years ago

thatjuan commented 10 years ago

When going through the readme, it goes from setting up a blank cordova app to running npm install and bower install. It is not clear how package.json and bower.json should make it into the app.

Could you please elaborate?

Thanks for putting this together and making it available :)

calvinl commented 10 years ago

They're both already available in the repository?

thatjuan commented 10 years ago

Right, I understand you could clone the repository and then run all the steps within it. However, if you have an existing phonegap project do you suggest copying all the files into the project root?

calvinl commented 10 years ago

I would just copy the npm and bower packages that you need, the Gruntfile, and make sure your directory structure and file naming scheme matches the one in /src.

On Sunday, July 20, 2014, Juan Jaramillo notifications@github.com wrote:

Right, I understand you could clone the repository and then run all the steps within it. However, if you have an existing phonegap project do you suggest copying all the files into the project root?

— Reply to this email directly or view it on GitHub https://github.com/calvinl/ng-phonegap/issues/15#issuecomment-49551336.

Calvin Lai @calvinwl http://twitter.com/calvinwl | wunwun.com | @getwunwun https://twitter.com/getwunwun

We're hiring! https://wunwun.com/jobs

calvinl commented 10 years ago

Closing for now - reopen if you still have issues.

thatjuan commented 10 years ago

Thanks for the input Calvin, that helped :)

jensengar commented 10 years ago

I see the question is closed, but I also ran into the same thing. I am fairly new to phonegap and some of the tools in the documentation. I had no idea why the 'npm install' was failing.