We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The journey from Powershell to Grunt for Build and Deploy

Formal Metadata

Title
The journey from Powershell to Grunt for Build and Deploy
Title of Series
Number of Parts
170
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
I am a huge fan of PowerShell. I use it for Windows infrastructure automation. I used to use it for build and deploy systems for ASP.NET applications. I feel that there are simpler alternatives for build and deploy systems out there. This is when I was introduced to Grunt. Grunt is a JavaScript based task runner. As it is JavaScript, it is multiplatorm. It can be used to build and deploy ASP.NET applications as well as Node.JS applications. During this talk, I will create a build and deploy system with Grunt. This will replace the PowerShell build and deploy system that I already have. I will then integrate the new Grunt scripts with TeamCity to show how simple it is.