spotyngular
spotyngular copied to clipboard
vNext - build setup ?
Great tutorial and code setup - curious - could you share perhaps how you would go about setting up a build for deployment (minification, etc...)
Thanks!
@sgentile if you use angular-cli
to create the project, you would have a build for production out-of-the-box.
https://github.com/angular/angular-cli
angular-cli
project aims to clone ember-cli
project (it uses the same code base) which has really nice tools for day to day development, build tools and deployment. The project is in an early stage but in my opinion it's going to be the standard way to build Angular 2 projects in the same way ember-cli
is the standard way to build Ember projects.
I'm creating a small workshp using this tool, you can check https://github.com/san650/angular2-workshop (work in progress :smile:)