Skip to content

Released v.0.0.2 version

Latest
Compare
Choose a tag to compare
@artemgurzhii artemgurzhii released this 06 Aug 12:25
· 1 commit to master since this release
  1. Add comments to the gulpfile.babel.js file, for more comfortable usage.
  2. 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.
  3. Gulp destination folder now is stored in options object dest property(remove all paths from gulp tasks files)