Angular and Gulp

added by JavaScript Kicks
3/2/2015 9:54:43 PM

258 Views

Streamlining Angular code is sublime. We can streamline the process of optimizing Angular apps for dependency injections, template caching, and common JavaScript optimizations such as minification, all in preparation for production using build automation tools like Gulp.js. Gulp is based on streams follows the mantra of “code over configuration’.


0 comments