I'm trying to build a phonegap app using jquery mobile, backbone and require.js. There are no server-side components. To install and manage the packages, do I need to use node.js or just bower.js is fine? Is there any other tools/libraries available.
Asked
Active
Viewed 43 times
0
-
https://github.com/shama/napa – Laurent Perrin Jun 27 '14 at 07:31
-
1Bower would probably be sufficient to manage those things, or you could just check them into version control. – dylants Jun 27 '14 at 19:42