Skip to content

Releases: smaato/gulp-tasks

v0.9.0

11 Dec 15:54
b29ec68
Compare
Choose a tag to compare

Updates to be compatible with NodeJS runtime 11

v0.8.0

27 Apr 08:45
Compare
Choose a tag to compare

Changes:

  • Adding headers to config for deploy job

v0.7.0

08 Feb 18:53
Compare
Choose a tag to compare

Breaking Changes

  • Updated to latest linting version so linting rules might have changed

v0.6.0

24 Mar 17:54
Compare
Choose a tag to compare

Breaking changes

Updated selenium-standalone dependency so paths in the nightwatch configuration have to be adjusted.

v0.5.0

23 Feb 17:05
Compare
Choose a tag to compare

Breaking changes

CompileCss and CompileJs tasks no longer add sourcemaps when process.env.NODE_ENV is not "production" . Instead of using this environment variable, you'll need to add specific tasks that add sourcemaps by configuring these tasks with useSourcemaps: true.

v0.4.3

03 Feb 16:08
Compare
Choose a tag to compare

deploy improvements

  • additional config parameters folder and sync are support to deploy to a specified folder and to disable the deletion of all other files than the uploaded

v0.4.2

28 Jan 09:13
Compare
Choose a tag to compare

minifyJs improvements

  • console.log statements are removed by default - config property dropConsole can be set to false to disable this feature

v0.4.1

27 Jan 19:24
Compare
Choose a tag to compare

testE2e improvements

  • Now you can set the cliArgs config property to configure Nightwatch's CLI args.
  • Tests will run with Chrome, Firefox, and PhantomJS by default.

v0.4.0

18 Jan 18:18
Compare
Choose a tag to compare

Breaking change: New dependencies have to be included (envify, reconnectingwebsocket and ws)

compileCss

Hot reloading of styles is included

compileJs

The browserify transform envify replaces occurrences of environment variables (process.env.XXX) with the corresponding values

v0.3.1

11 Dec 11:00
Compare
Choose a tag to compare

lintScss

New gulp task for linting SCSS files.

Improvements

Removed minimist dependency.