Releases: smaato/gulp-tasks
Releases · smaato/gulp-tasks
v0.9.0
v0.8.0
Changes:
- Adding headers to config for deploy job
v0.7.0
v0.6.0
Breaking changes
Updated selenium-standalone
dependency so paths in the nightwatch configuration have to be adjusted.
v0.5.0
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
deploy improvements
- additional config parameters
folder
andsync
are support to deploy to a specified folder and to disable the deletion of all other files than the uploaded
v0.4.2
minifyJs improvements
- console.log statements are removed by default - config property
dropConsole
can be set to false to disable this feature
v0.4.1
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
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
lintScss
New gulp task for linting SCSS files.
Improvements
Removed minimist dependency.