About 92,000 results
Open links in new tab
  1. gulp.js

    Leverage gulp and the flexibility of JavaScript to automate slow, repetitive workflows and compose them into efficient build pipelines.

  2. Quick Start - gulp.js

    Using your text editor, create a file named gulpfile.js in your project root with these contents: Run the gulp command in your project directory: To run multiple tasks, you can use gulp <task> <othertask>. The default task will run and do nothing.

  3. gulpjs/gulp: A toolkit to automate & enhance your workflow - GitHub

    Automation - gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow. Platform-agnostic - Integrations are built into all major IDEs and people are using gulp with PHP, .NET, Node.js, Java, and other platforms.

  4. gulp.js - Wikipedia

    gulp is an open-source JavaScript toolkit, used as a streaming build system (similar to a more package-focused Make) in front-end web development.

  5. Super simple Gulp tutorial for beginners - freeCodeCamp.org

    Aug 8, 2018 · Gulp is one of the most popular build tools these days — along with Webpack. But there’s a definite learning curve to learning Gulp. One of the biggest hurdles is figuring out the seemingly hundreds of different parts that go into it.

  6. The Beginner’s Guide to Gulp - Medium

    Jul 9, 2020 · Gulp is a free Javascript toolkit that helps you automate the running of tasks that are part of your workflow; this in turn helps you focus on the actual development of your project.

  7. Creating Tasks - gulp.js

    Gulp provides two powerful composition methods, series() and parallel(), allowing individual tasks to be composed into larger operations. Both methods accept any number of task functions or composed operations. series() and parallel() can be nested within themselves or …

  8. What is Gulp.js and Why Use It? - Medium

    Mar 11, 2024 · Gulp.js is a JavaScript task runner designed to automate various tasks, including: Bundling and minifying libraries and stylesheets. Refreshing your browser upon file save. Running unit tests...

  9. An Introduction to Gulp.js - SitePoint

    Nov 15, 2024 · What is Gulp.js? Gulp.js is a JavaScript task runner that automates common development tasks, such as minification, compilation, unit testing, and more.

  10. gulp - GitHub

    A toolkit to automate & enhance your workflow. gulp has 72 repositories available. Follow their code on GitHub.

  11. Some results have been removed
Refresh