Skip to content

Releases: netzstrategen/gulp-task-collection

v4.1.4: Added compatibility with old Safari browsers

26 Jan 16:07
5b4ecd1
Compare
Choose a tag to compare

Added parser for Conditional chaining to ensure that everything works with Safari browsers previous to version 14.

v4.1.2

01 Dec 10:15
Compare
Choose a tag to compare
Bumped to version 4.1.2.

v4.1.0: Added webpack to compile JS files

28 Jun 10:37
8968ce8
Compare
Choose a tag to compare

This minor release adds webpack to compile Javascripts files, instead of uglify, for better performance and to add the capability of import packages.

v4.0: Cleanups for automated build processes

28 Oct 11:28
@sun sun
a0813e5
Compare
Choose a tag to compare

This major release removes several optional packages, because they need to be installed as devDependencies, so they need to be added in the root project instead.

What's Changed

  • Fixed module gulp-css-url-custom-hash could not be fetched. by @fabianmarz in #42
  • Fixed Fractal, eslint, stylelint, livereload should not be installed in production. by @sun in #43

Full Changelog: v3.1.1...v4.0.0

Upgrading

Add the desired/necessary packages in your root project; consider to upgrade to the following:

Also consider to upgrade the following composer/PHP packages:

v3.1.1

04 Jun 15:01
170cc8f
Compare
Choose a tag to compare
Bumped version to 3.1.1.

v3.1.0

01 Jun 09:14
Compare
Choose a tag to compare
Fixed prevent gulp from breaking if paths are not defined.

v3.0.3: Fix versions to resolve NPM issues. (#38)

22 Mar 10:50
2d9a291
Compare
Choose a tag to compare

v3.0.0

25 Aug 15:05
c76d0de
Compare
Choose a tag to compare

Changed

Fixed JS asset hash is not in sync with PHP one. (#31)
Refactoring of css and js tasks (#33)

v2.1.6

09 Jul 08:11
6ea8fb5
Compare
Choose a tag to compare
Updated gulp-clean-css to 4.3.0. (#32)

v2.1.5

08 Jun 15:30
7509f8e
Compare
Choose a tag to compare
Fixed build fails if paths are not defined. (#30)