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

Formale Metadaten

Titel
The journey from Powershell to Grunt for Build and Deploy
Serientitel
Anzahl der Teile
170
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.