Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Releases: cyrale/gulpfile.js

v3.2.5

01 Mar 20:49

Choose a tag to compare

Improvement

  • Update dependencies to the latest versions.
  • Log changes on external files.

v3.2.4

13 Feb 11:24

Choose a tag to compare

Improvement

  • Pass arguments to the main process.

Breaking changes

  • Remove old binary file.

v3.2.3

13 Feb 11:22

Choose a tag to compare

Improvement

  • Fix Browsersync to watch correctly external files.

v3.2.2

03 Feb 14:44

Choose a tag to compare

Improvement

  • Update dependencies to the latest versions.

Breaking changes

  • gulp-imagemin replace jpegtran by mozjpeg.

v3.2.1

02 Jan 13:24

Choose a tag to compare

  • Update dependencies to the latest versions

v3.2.0

02 Jan 13:23

Choose a tag to compare

New

  • A block could be defined as critical in SASS files by using @critical { ... }.
  • Image could be converted to WebP by adding webp: true to settings of tasks.
  • Lint task exits now with error code, useful in CI/CD context.
  • New flags to deactivate favicon and lint tasks: --no-favicon and --no-lint.
  • Sourcemaps works now! Add --sourcemaps or --sourcemap-files to the command line.
  • New typescript tasks to package TypeScript files.

Improvement

  • Update packages to the last versions.
  • Remove and replace packages to have the least possible.
  • Load only necessary modules and display the progression.
  • Replace node-sass by dart-sass to take advantage of the latest updates.
  • Sort files when sizes were displayed.
  • Replace deprecated UglifyJS by Terser.
  • Replace deprecated TSLint by ESLint.
  • Webpack works when more than one task is defined.

Breaking changes

  • critical: this is not longer propagate to its children (it works only in main file), it was replace by @critical
    rule.

v3.1.0

16 Sep 19:01

Choose a tag to compare

New

  • Display sizes of generated files in console
  • Experimental: Add media queries for CSS files in revision

Update

  • Update dependencies to the latest versions
  • Fix reload Browsersync on change in watching files

v3.0.5

16 Sep 19:06

Choose a tag to compare

  • Update dependencies to the latest versions
  • Fix error with SASS settings

v3.0.4

21 Aug 10:14

Choose a tag to compare

  • Fix root directory for Windows
  • Fix error with undefined browsersync task

v3.0.3

20 Aug 16:45

Choose a tag to compare

  • Update dependencies to the latest versions
  • Get revision in favicon-data.json
  • Insert favicon-data.json in revision file