- Add comments to the gulpfile.babel.js file, for more comfortable usage.
- Remove isDevelopment const, because of in development(gulp --watch), there is no need to NOT write source maps, and in production, source maps will be auto-deleted by del module.
- Gulp destination folder now is stored in options object dest property(remove all paths from gulp tasks files)