Updated comment block of composer gulp task.

This commit is contained in:
alext 2018-11-10 15:13:36 +01:00
parent ec07dddb4c
commit 8f3fe8a0c7

View file

@ -12,7 +12,7 @@
const del = require('del'); const del = require('del');
/** /**
* Install and copy the required files from the "composer_modules" directory. * Install and copy the required files from the "vendor" directory.
* *
* Composer needs to be installed and configured in order for this command to * Composer needs to be installed and configured in order for this command to
* work properly. * work properly.