Download the PHP package magenio/magento2-gulp without Composer

On this page you can find all versions of the php package magenio/magento2-gulp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-gulp

A NEW MAGENTO2 GULP FILE

GitHub release

Requirements

Generic badge Generic badge Generic badge Generic badge

Why Use this gulp file

This new file was born from the need to speed up the work of the frontend developer on Magento2.

The slowness with which the standard gruntfile processes and compiles files is well known.

For this reason, this file eliminates unnecessary scripts and allows you to set a single theme in the config to speed up both the watch process and the less compile process.

In addition, the "superwatch" mode has been added which allows you to synchronize the js, font, img and template files in the pub without necessarily running the exec command every time.

Comparison with grunt

exec comparison Less comparison

these statistics were obtained with magento in a local environment inside a docker container. Times could change depending on the type of environment. The purpose of the comparison however is to show the potential time gain with the same task

Installation

  1. Update your composer.json file:

  2. Run composer update
  3. Install node.js
  4. Rename package.gulp.json.sample to package.json
  5. Run npm install
  6. Install gulp globally using npm install -g gulp-cli
  7. Define your gulp configuration in dev/gulp-configs.js using the file sample gulp-configs.sample.js

configs.js structure

The file gulp-configs.js for this gulpfile has some options:

options

watch

supwatch

browsersync

for more informations & all configurations visit https://browsersync.io/docs

Tasks List

Usage

To obtain maximum speed in daily frontend work we recommend:

Common issues

  1. When using the superwatch and adding or removing a less file, gulp will no longer see the changes of that file until the superwatch task is restarted.
  2. migrate gulp and all dependencies to gulp 4.0

All versions of magento2-gulp with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package magenio/magento2-gulp contains the following files

Loading the files please wait ....