Hey folks, I'm happy to finally have some time to try angular 2. I am an long-time JS dev with no angular experience at all. For now I have choosen angular 2 to be the front-end framework for my upcoming project. My first step is to setup my dev and production build process and I got stuck on the angular2 part. In common js apps the build process is like:
collect all files -> reorder -> concat -> minify I just realize that there are many gaps in my angular knowledge that need to be filled to have to opportunity to wire up a angular production build process. I'm talking about traceur and jspm. My target is to produce a few single files that will have all the required single page application stuff. Do you guys think it's worth to go for a deep dive into this process? Or should I just sit down with my running dev mode, forked from the quick start page and enjoy angular2? My assumption is that the best practices for prod. build will appear an a first major release. kind regards -- 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/d/optout.
