Thanks for the responses. I have REST services covered with Firebase. My only aversion to NodeJS is the extra complication and requirement of dedicated ip - otherwise a javascript server seems very appealing to me. Because Im using Firebase I don't really require NodeJS for REST services. Also, Im planning to use phonegap and I will likely run the files from the client locally (not served from a webserver). While I could still use NodeJS to have bower manage the packages it seems like overkill... unless the package management is a very complicated mess as the app grows...
Why is bower important when using AngularJS? Is it really that complicated to manage an angularjs application? Rein On Tuesday, January 7, 2014 11:01:30 AM UTC-5, Michael Bielski wrote: > > My team used Angular without Node or Bower for almost a year and a half > with no problems. You simply put the Angular files in a folder and > reference them in your main page. This being said, in December we switched > to Yeoman and have been enjoying it quite a bit. We still have control over > what updates we get, and our build/testing process are now managed very > effectively. Do you have a specific reason for your aversion to Node? > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
