Robo Kiwi

  • Blog
  • Wiki
  • GitHub

Contents

Wiki / Web Technologies / JavaScript / Gulp
1 min read

Gulp

Gulp is a JavaScript build tool.

It revolves around piping input streams through one or more tasks.

As an example, you could have a Gulp file that will take in all your application’s javascript files, concatenate them into a single file, run JSLint, generate sourcemaps, minify and place the resulting file in your release folder.

Having such a powerful and simple build tool allows you to develop your web application in clean, modular code while allowing you to create a simple to deploy and load release.

  • .NET
    • Testing
    • .NET Patterns
    • Asynchronous Programming
    • MSBuild
  • Microsoft Dynamics
  • Apps & Tools
  • Data & Databases
    • SQL
  • Debugging
  • JavaScript
  • Microsoft Office
  • Practices
  • Principles & Theory
  • Scripting
    • PowerShell
  • Security
  • Source Control
  • Web Technologies
    • JavaScript
    • React
  • Windows
Copyright © David Moore 2021

Netlify badge Built with Hugo